Updates!
[] < required () < optional
-
report feature
- /report [player] (reason) < /report to open the gui with all reasons or /report (reason) to choose a reason in the command
- /reports opens a gui with all active reports
- all staff with the easycommands.reports.reportnotify permission get a message to <view|deny|accept|teleport(suspect)> with a click
- And more you can see the permissions in the text on the spigot page
- report cooldown editable in the config
-
settings feature
- /settings to open the settings gui with 3 settings (I am working on more)
- logs settings if you have the easycommands.logs you get logs you can toggle to get the logs without removing your permission
- adminlogs settings same as above but with the admin logs
- recieve msgs you can toggle to get private messages or not
-
staffhelp
- do /staffhelp [reason] to notify all staff with the easycommands.staff permission they will get a message with the reason why you need help it has 2 buttons. message button and teleport button self explanitory
-
sudo
-
/sudo [message|command] [player] let a player run a command or say something
-
fly
- /fly toggle fly
-
broadcast
- /broadcast [message] send a broadcast message to all online players can be run in console and the prefix is editable in the config
-
chat channels feature
- create custom chat channels in the config with permissions, prefix and the command
- custom command. if you want a devchat you can make the command /devchat and /dvc this is fully customizable and it registers the command aka you can see the command
- custom permission the permission is also fully customizable.
- create as many chat channels as you want!
-
gamemode
- /gamemode [type] (player) this can be run in console and ingame and you can set your own gamemode or other people their gamemode
these are guis that you normally need a item for
-
/loom
-
/craft
-
/smithingtable
-
/furnace
-
/cartography
-
/anvil
-
kill command update
/kill [mob|player] [type|*|player] you can kill a mob type or a player or with the * you can kill all mobs or all players -
tpa/tpahere
- /tpa to tpa to a player
- /tpahere to request someone to teleport to you
- /tpaccept accept a tpa request
- cooldown for a request to the same player
updated files:
- config.yml
- message.yml
- 2 new files > reports.txt and settings.txt < reports saves the reports that are active and settings saves the settings per player
added in the config:
broadcastprefix: "&f[&9Broadcast&f] &f" #Prefix for the broadcast messages!
reportcooldown: 5 minutes # you can use: seconds, minutes, hours, and days
reportreasons: # Report reasons here!
- Spamming
- Advertising
- Cheating
- Discrimination
- Death-Wishes
- Dox-Threatening
- Harassment
- Impersonation
- Inappropriate-Content
- Insulting
- NSFW-Material
- Staff-disrespect
- inappropriate-behavior
- inappropriate-items/teamnames
- inappropriate-skin
channels:
staffchat:
command:
- /staffchat
- /sc
prefix: "&f[&9StaffChat&f]:"
permission: easycommands.chat.staff
adminchat:
command:
- /adminchat
- /adc
prefix: "&f[&cAdminChat&f]:"
permission: easycommands.chat.admin
added in the message:
flightenabled: '%prefix% &9Flight enabled'
flightdisabled: '%prefix% &9Flight disabled'
staffhelp: '%prefix% &9You have requested help from staff. They will reply/fix your
problem soon!'
These are all the changelogs