* Fixed a bug where having non-living entities as Slot Machines would prevent the Slot Machines from loading properly - This should fix a large amount of issues related to Slot Machines not working after a reload/restart
Vault is no longer a mandatory dependency, not having Vault will make all Slot Machines work with Tokens by default (or use Player Points)
+ Added support for multiple Languages
- Set the language in the config.yml (must be upper case)
- Natively supported languages are ENGLISH and FRENCH
- You can add your own translation in by copying the ENGLISH.txt or FRENCH.txt file and pasting it in the lang folder of the plugin, rename it to your language name and start editing what you want
- You can also just add the sentences you want to change, the plugin will take the english language to fill the missing sentences
- You can edit the already existing ENGLISH.txt and FRENCH.txt files but it is not recommended as they'll get overwritten with almost every update
- The 'version=1' is not necessary for custom languages
- Every single sentence can be changed
+ Added '/slotmachinereload' command
- Reloads all language files
- Reloads the config.yml file
- Reloads Slot Machines
- Make sure no player is currently in a Slot Machine or they'll be able to take items out of the GUI
+ Added a new argument to '/openmachine' :
'/openmachine <Player Name> <Machine UUID> [true/false | true to override the machine's permission]'
This should allow you force a slot machine to open for a player even if they don't have the machine's permission
* Fixed a bug where teleporting a Slot Machine using /tpmachine could result in future server loading where the Slot Machine would fail to load (The plugin will retroactively apply this fix when updating to this version). If this issue happens again if the future the command '/slotmachineaction updateslotmachineentitieslocations' should fix this issue