nsporillo / GlobalWarming

Server side global warming mechanics in Minecraft!
GNU Lesser General Public License v3.0
473 stars 46 forks source link

Bounty and Top Commands #23

Closed mclifford9 closed 5 years ago

mclifford9 commented 5 years ago

Bounty command implemented (create / cancel, join / un-join and list). The bounty-system is disabled if a Vault-economy (e.g., EssentialsEco) is not available. The "top" command will be processed immediately. Both the bounty and top commands use a new table-builder to align columns. All GW commands have anti-spam protection. Moved some constants to the plugin config file.

mclifford9 commented 5 years ago

Created an automated setup file for Ubuntu. Builds the Minecraft server, GlobalWarming plugin (including Vault and Essentials for bounties), the MySQL database and its user from scratch. Starts the server once complete. Includes instructions on connecting to the server (from the Minecraft client) as well as how to create the server on a VM. Safe to rerun (clears config files and database).