A pretty straight-forward fun plugin that allows people to see who can punch the other off a platform.
You can request anywhere, anytime, and all of your player data will be saved: inventory, health, etc. It will be restored after the duel.
Attention: WorldEdit must be installed for this plugin to work and for you to create arenas.
__________________________________________________________
- In order for the loss-detection system to work, the player must fall into water. Aka, there should be water under the platform.
- Reloading this plugin while players are in a sumo duel will cause them to lose their all their data. (Will update to fix in future)
- If a player disconnects while they are in a duel, the players will have their data restored.
- There are no stats-keeper yet.
Please report any bugs found.
__________________________________________________________
Code (YAML):
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # Welcome and thank you for downloading 'EasySumo'! # # To make this as simple as possbile, I will try # # to explain this config as clear as posbbile. # # # # For more help, feel free to message me on # # SpigotMC or add me on Discord: jklmao#8391 # # # # Plugin by: humonga (jklmao) # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# The messages in this plugin are fully customizable! # Some messages, additionally, allow placeholders to be put in. # # Here is a list of available placeholders: # # "%player%" # "%target%" # "%seconds%" # "%prefix% # "%arena%" # "%rounds%"
# If a message can have placeholders, it will be shown above which one(s). # For example:
# %seconds% Countdown-Message: '&bDuel begins in &6
%seconds%...' Begin-Fighting: '&aSUMO!'
# %target% : %arena% Request-Sent: '&bSent a request to &6
%target% &bon map: &6%arena%'
# %player% : %arena% Request-Message: - '&6
%player% &bhas challenged you to a sumo duel on map: &6%arena%' - '&bType &6/esaccept <player> &bto accept.'
- '&bType &6/esdeny <player> &bto deny.'
Sumo-Request-Denied: '&cSumo request has been denied.'
Sumo-Request-Accepted: '&aSumo request has been accepted.'
# %player% : %rounds% Player-Win-Round: "&6%player% &bwon the round! &6%rounds%"
# %player% Player-Win-Message: '&6
%player% &bwon the SUMO!'
# %player% Player-Disconnect: '&c
%player% disconnected.' No-Sumo-Request: '&7No requests'
Arena-Not-Found: '&7Arena was not found'
Player-Not-Found: '&7No player was found.'
Player-Requested-Self: '&7You can not request yourself!'
Player-Accepted-Self: '&7You can not accept yourself!'
Player-Denied-Self: '&7You can not deny yourself!'
Request-Already-Sent: '&7You have already sent a request, please wait
...'
Player-Only-Command: '&4This is a player-only command!'
No-Permission: '&7You lack the proper permission to use this command!'