Git Product home page Git Product logo

atheryscore's People

Contributors

aaronfoley avatar atheryshorizons avatar codestripper avatar haedhutner avatar ljnic avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

atheryscore's Issues

Combat Timer

Description: AtherysCore should expose an API that will allow other plugins to figure out the following:

  • If 2 players are currently in combat
  • How long they've been in combat for
  • Who damaged the other player first

Chat channel API

Commands

  • /chat join channel-id: Receive messages from the channel.
  • /chat leave channel-id: Stop receiving messages from the channel.
  • /chat focus channel-id: Leave all channels except for the given channel.
  • /chat toggle channel-id: Toggles which channel you're talking in.

We should also support some kind of short hand for toggling chats. (/nc for nation chat, for example)

Taxes

Introduce a Tax system for Towns.

  • A tax represents an amount of money to be extracted from a Town's bank every given period of time ( configurable ).
  • Taxes are nation-specific and ought to be determined by the nation head.
  • The tax should be represented by a percentage rather than a concrete sum.

Implement Redis caching

Should use redis for caching instead of our own custom in-memory cache implementation.

This could be done by simply extending the Cache interface.

Database Migrations

Description: Introduce the ability for plugins using AtherysCore to implement database migration. At the moment of introducing migrations to a plugin for the first time, a DDL script will be created based on the entities as they exist at that time, and that will be the initial migration script. Dynamic DDL generation and execution ( "hibernate.hbm2ddl.auto"=update ) will be turned off at that point, and all plugins will be responsible for maintaining compatibility between updates.

Purpose: Because bad things will happen if we don't.

Crash on starting

When i'm starting my server, it's crashing since i add atherys core, party and town.

My minecraft server 1.12.2 run on SpongeForge (Sponge 7.3.0 / forge-1.12.2-14.23.5.2838-universal.jar)

Reproduction Steps: By starting the server with all those 3 plugins

Expected Behavior: It should just start as normal and run normal

Observed Behavior: Server crash on starting

Here the crash report : https://pastebin.com/SGvshHsd
Here the logs : https://pastebin.com/Vi2968vD

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.