Skip to content

boy0001/ExperienceBankII

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExperienceBankII

Build Status codecov.io

This is a minecraft / spigot / bukkit plugin, which will allow the player to save and withdraw his XP to a bank, represented by a sign.

Requirements

  • Spigot 1.9.

Backends

You can choose between yaml, sqlite and mysql. At the moment, only sqlite is being tested and known to work.

Roadmap

  • Re-implement MySQL support with a connection pool. That is not too hard, actually.
  • Better language support (German tbd). English as fallback on missing translation.
  • YAML storage backend.
  • Commands to interact with the plugin (reload etc.).

Contributing

  • If you can translate the message strings you find in lang/english.yml, please create a pull request!
  • If you add new code, please include a unit test!
  • Database operations should be done in an async thread.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages