EasyCommands icon

EasyCommands -----

This plugin adds some easy to use commands. ex: gmc, gms, gma, gmsp for gamemode switching and more!



This plugin can be used with:
Spigot (recommended)
Paper


NOTE: THE PLUGIN MIGHT HAVE BUGS, PLEASE DO NOT PUT BUGS IN THE REVIEW SECTION BUT IN THE DISCUSSION SECTION.
do you have a gamebreaking bug? DM me on discord: clearedspore

YOU CANNOT CLAIM THIS PLUGIN AS YOURS!
YOU CANNOT SELL THIS PLUGIN
YOU ARE NOT ALLOWED TO USE CODE FROM THE SOURE CODE!


Easycommands!
This is the newest replacement for sunlight/essentials/CMI.
It is a free plugin that you can use for Your! server.

I recommend using luckperms https://luckperms.net for your permission manager.
Latest update:

New features + Bug fixes

  • Maintenance function.
  • /maintenance on/off toggle the maintenance
  • /maintenance add/remove Add a player to the whitelist or remove a player
  • /maintenance kickall kick all the players that are not on the maintenance whitelist
  • Config Update
  • Now there are options to customize in the config!
  • Bug fixes
Have fun!


I said that there will be a report function and kit function but I am not gonnna continue working on that. I dind really had much fun coding that. There will be some more updates in the next 2 weeks since I have a lot more time to code.


I got the idea for the /copyinv command from pog5 he is a dev on leoneMC thank you!
You should join that btw
discord: https://discord.gg/leonemc
ip: play.leonemc.net

Instructions:
1. download the plugin by clicking download
2. save it to your files
3. open the server console
4. go to files -> plugins
5. drag and drop or upload it in the file
6. restart/start your server
7. have fun!

Things I am working on:
1. Events
2. More gamemodes
3. working on 1.20.4 and 1.20.1
4. And more!



/clearinventory -> clear your whole inventory
/gmc -> put yourself in creative
/gmsp -> put yourself in spectator
/gms -> put yourself in survival
/gma -> put yourself in adventure
/feed -> set your own saturation to max
/god -> put yourself in godmode so that no one can hurt you
/repair -> set the item in your hand to max durability
/repairall -> repair all your items in your inventory
/heal -> heal yourself
/teleport -> teleport to a player
/teleportall -> teleport all players to yourself
/setspawn -> set the server spawn
/spawn -> tp to the server spawn
/enderchest -> open your enderchest
/nick -> nick yourself
/unnick -> unnick yourself
/tphere (player) -> tp a player to yourself
/clearchat -> clear the chat
/back -> tp back to your last death location
/freeze (player) -> freeze a player
/invsee (player) -> get the inventory off a player
/easycommands reload/help -> get the help page or reload the files
/kill -> kill yourself

/copyinventory (player) -> copy a player's inventory
/spawn (player) -> teleport a player to spawn
/teleport/tp (player1) (player2) -> teleport player1 to player2
/back (back) -> teleport the player to their last death location
/feed (player) -> feed the player
/heal (heal) -> heal the player
/kill (player) kill the player
/getlogs (player) -> get the logs of a player
/maintenance on/off -> toggle the maintenance
/maintenance add/remove -> add/remove someone from/to the maintenance whitelist
/maintenance kickall -> Kick all online players that are not on the maintenance whitelist
/clearinventory -> easycommands.clear
/gmc -> easycommands.gamemode.creative
/gmsp -> easycommands.gamemode.spectator
/gms -> easycommands.gamemode.adventure
/gma -> easycommands.gamemode.survival
/feed -> easycommands.feed
/god -> easycommands.god
/repair -> easycommands.repair
/repairall -> easycommands.repairall
/heal -> easycommands.heal
/teleport -> easycommands.teleport
/teleportall -> easycommands.teleportall
/setspawn -> easycommands.setspawn
/spawn -> easycommands.spawn
/enderchest -> easycommands.enderchest
/nick -> easycommands.nick
/unnick -> easycommands.unnick
/tphere -> easycommands
/clearchat -> easycommands.clearchat
/back -> easycommands.back
/freeze -> easycommands.freeze
/invsee -> easycommands.inventorysee
/easycommands -> easycommands.easycommands
/kill -> easycommands.kill
/warp -> easycommands.warp.warp.(warpname)
/setwarp -> easycommands.warp.setwarp
/delwarp -> easycommands.warp.delwarp
/delwarpall -> easycommands.warp.delwarpall (only works in console!)

Logs -> easycommands.logs
Admin Logs -> easycommands.logs.admin
put other players in a gamemode -> easycommands.gamemode.other
/spawn (player) -> easycommands.spawn.other
/teleport/tp (player1) (player2) -> easycommands.teleport.other
/back (player) -> easycommands.back.other
clearchat bypass -> easycommands.clearchat.bypass
/clearinventory (player) -> easycommands.clear.other
/enderchest (player) -> easycommands.enderchest.other
/feed (player) -> easycommands.feed.other
/heal (player) -> easycommands.heal.other
/easycommands reload -> easycommands.easycommands.reload
staff join messages -> easycommands.staff
kill (player) -> easycommands.kill.other
/copyinventory -> easycommands.copyinventory
/getlogs (player) -> easycommands.getlogs
UpdateChecker -> easycommands.update
/maintenance on/off -> easycommands.maintenance.toggle
/maintenance add -> easycommands.maintenance.add
/maintenance remove -> easycommands.maintenance.remove
/maintenance kickall -> easycommands.maintenance.kickall
easycommands.maintenance.* -> All permissions for maintenance
Config.yml
Code (YAML):

#=====================================
#      Easycommands!
#=====================================
#Easycommands is a replacement for Essentials/CMI/Sunlight. And it is free!
#I am working very hard on special features we already have a warp feature with a gui and so many commands.
#The config hasn't really a lot off stuff in it only spawn and the updatecheceker. I am working hard for more customization.
#Soon there will be a big config update where a lot off things are editable in the config!


updatechecker
: true # or false to disable

#here is the spawn location when you have set a span with /setspawn.
spawn
:
  ==
: org.bukkit.Location
  world
: world
  x
: 0.0
  y
: 0.0
  z
: 0.0
  pitch
: 90.0
  yaw
: 90.0

#Settings for when a player joins
#everything is when the player joins
SpawnTP
: true #If the player should be teleported to spawn when they join
Heal
: true # if the player gets healed when they join
Title
: true # If the player sees a title when they join
TitleText
: "&c&lWelcome %player%!" # What the Title says when Title has been enabled.

#Maintenance Function
#This is a sort of whitelist but better!
#You can add/remove players, Kick all the players that are not added with /maintenance add, kick message, join message. And more!
#You can edit it below.
maintenance
: false #Enable/Disable the maintenance
kick-message
: "&cStaff members have enabled maintenance" #Message players get when they get kicked
join-denied-message
: # Message the player get when they try to join while maintenance is enabled
  - "&cMaintenance Enabled"
  - "&c"
  - "&fStaff has enabled maintenance, you can't join."
  - "&fGet more info about the server in our Discord!"
whitelist
: #Players that can join while maintenance is enabled
  - player1
  - player2
 
Messages.yml
Code (YAML):

# =======================================================
# ONLY EDIT THIS IF YOU KNOW WHAT YOU ARE DOING!!!
# =======================================================
# Here are all the messages off the plugin that you can edit.
# If you want to edit a message but its not in the list then you can't edit it since you don't need to or the code will break.
# Placeholders:
#  NOTE: m means maintenance
#  %target% A player target ex: /tp player (player is the target)
#  %online% Gets all the online players. Only works for tpall
#  %gamemode% THIS IS ONLY FOR THE GAMEMODE MESSAGES. If you use this in a different messages it wil just return %gamemode%
#  %playertosend% this is only for the /tp and ONLY if you use 2 arguments. Ex: /tp player1 player2. You want to send player1 so that is %playertosend% and then %target% for player 2
#  %nickname% This is ONLY used for the nickname message. It is a placeholder for what nickname the player has chosen
#  %warpname% This is the warpname a player has set/warped to
# Good luck editing the messages.

StaffJoin
: '&9 [Staff ] &f %player% &9 has joined the server'
StaffLeave
: '&9 [Staff ] &f %player% &9 has left the server'
Freeze
: '&9You have freezed &f %target%'
FrozenNotify
: '&cYou have been frozen. Do not log out or you will be cleared!'
FrozencmdBlock
: '&cYou can''t send commands while being frozen!'
UnFreeze
: '&9You have unfreezed &f %target%'
Gamemode
: '&9Gamemode changed to &f %gamemode%!'
GamemodeOther
: '&9You have changed &f %target%''s &9Gamemode to &f%gamemode%!'
GamemodeTarget
: '&9Your gamemode has been changed To &f %gamemode%!'
SetSpawn
: '&9You set the new spawn location!'
Spawn
: '&9You have been teleported to spawn!'
SpawnOther
: '&9You have teleported &f %target% to spawn!'
Teleport
: '&9Teleporting to &f %target%'
TeleportOthers
: '&9Teleporting &f %playertosend% &9to &f%target%'
TeleportHere
: '&9Teleporting &f %playertosend% &9to yourself'
TeleportAll
: '&9Teleporting &f %online% &9players(s) to you!'
Back
: '&9Teleporting back to your last death location!'
BackTarget
: '&9Teleporting back to your last death location!'
BackOther
: '&9Teleporting &f %target% &fto their last death location'
ClearChat
: '&9 %player% has cleared the chat!'
ClearInventory
: '&9You have cleared your inventory!'
ClearInventoryOther
: '&9You have cleared &f %target%''s &9Inventory!'
EnderChestOther
: '&9Opening &f %target%''s &9Enderchest!'
Feed
: '&9Your saturation has been set to the max!'
FeedOther
: '&9you have set &f %target%''s &9Saturation to the max!'
GodEnable
: '&aGodMode enabled'
GodDisable
: '&cGodMode disabled'
Heal
: '&9You have been healed!'
HealOther
: '&9You have healed &f %target%'
Invsee
: '&9Opening &f %target%''s &fInventory!'
Nick
: '&9You have nicked yourself as &f %nickname%&9!'
UnNick
: '&9You have Unicked yourself!'
Reload
: '&9Reloading all files!'
Repair
: '&9You have repaired the item in your hand!'
Repairall
: '&9You have repaired your inventory!'
Kill
: '&9You have killed yourself!'
KillOther
: '&9You have killed &f %target%&9!'
CopyInv
: '&9You have copied &f %target%''s &9Inventory'
setwarp
: '&9You have created the %warpname% warp'
warp
: '&9You have been teleported to %warpname%'
mon
: '&9Maintenance has been turned on'
moff
: '&9Maintenance has been turned off'
madd
: '&9 %target% has been added to the maintenance whitelist'
mremove
: '&9 %target% has been removed from the maintenance whitelist'
mkickall
: '&9All online players have been kicked!'

 
Resource Information
Author:
----------
Total Downloads: 75
First Release: Dec 7, 2024
Last Update: Yesterday at 10:11 PM
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings