- reworked all.
- removed minigames that didn't make sense in the plugin.
- new commands system.
- now you can export and import player statistics to the database or to a JSON file.
- new configure system.
- duel system (only sumo, soon in others games).
- soon new minigames
- optimized
- more configs in game
You need to configure all the games again. Wiki with everything for configuration and viewing.
- fixed issues
- added option to emit a configurable initial sound in config.yml
- now you can configure where messages start in lang.yml with line index (for when image is used).
- messages when images are disabled are now displayed better.
I recommend to reset config.yml and lang.yml for the new options
join-with-event-chat: true
# will enter the event with the chat already set. messages-type: event
# event and global, global for all players on this server or event for players in event. # depending on whether you use global or server it will show the messages to all players on the server or only to those who have entered the event.
Removed the start-index options from lang.yml and the automatic generation of spaces in messages. Now you can configure the whitespace in messages.yml like this in lines:
Code (YAML):
lines: - '&fHost
%event% &fhas been started!' - '&fStarting in &c
%timeleft% &Fseconds' - '&fHosted by &c
%player%' - ''
# Blank space generated by you - '&fClick in this message to join!'
# The word this line begins with has to be the same as above!
Sumo and Sumo2v2 are now configured separately.
Event Chat can now only be read by event participants.
Requires restart of items.yml,config.yml,lang.yml.
Now you have the possibility to add a kit to the sumo event.
Changed BroadCast-Game in lang.yml, you have to change it for this
Code (YAML):
Broadcast-Game:
start-index: 2
# 1 - 8 line-with-click-event: "Click"# Here you have to put the text with which the line that contains the click event begins lines: - '&fHost
%event% &fhas been started!' - '&fStarting in &c
%timeleft% &Fseconds' - '&fHosted by &c
%player%' - ''
- '&fClick in this message to join!'
# The word this line begins with has to be the same as above!