Basic Essentials
Basic Essentials is a light weight core plugin based of Minecraft version 1.17.1. I am working on creating a large range of features for this core that will revolutionise your server.
Features:
Welcoming System:
Basic Join/Leave messages support for player name and colour codes.
- Welcome Messages
- Leave Messages
Commands:
Default Configuration:
Default Permissions:
Fluid#4321
Basic Essentials is a light weight core plugin based of Minecraft version 1.17.1. I am working on creating a large range of features for this core that will revolutionise your server.
Features:
Welcoming System:
Basic Join/Leave messages support for player name and colour codes.
- Welcome Messages
- Leave Messages
Commands:
Gamemode:
- /gamemode creative/c/crea <player>
- /gamemode survival/s <player>
- /gamemode adventure/a <player>
- /gamemode spectator/spec <player>
Fly:
- /fly <player>
Heal:
- /heal <player>
Kill:
- /kill <player>
Fun:
- /fun
afk:
- /afk <player>
Message:
- /message <player> <message>
Reply:
- /reply <message>
- /gamemode creative/c/crea <player>
- /gamemode survival/s <player>
- /gamemode adventure/a <player>
- /gamemode spectator/spec <player>
Fly:
- /fly <player>
Heal:
- /heal <player>
Kill:
- /kill <player>
Fun:
- /fun
afk:
- /afk <player>
Message:
- /message <player> <message>
Reply:
- /reply <message>
Default Configuration:
Code:
# Misc
Args: "&cTo many argument supplied."
NoPerm: "&cNo permission." # May be outdated
UserNotOnline: "&cUser isn't online."
NotPlayer: "Looking kinda consolie there buddie"
# Join / Leaving Configuration
WelcomerEnabled: True
WelcomeMessage: #To add another line simply add line6: "text" etc to the end.
- "&c&m-------------------"
- ""
- "&cWelcome &l{player}&f&c!"
- ""
- "&c&m-------------------"
AnnounceWelcomes: True
WelcomeAnnouncements:
- "&c&m-------------------"
- "&c&lAnnouncement"
- "&cWelcome &l{player}&f&c!"
- ""
- "&c&m-------------------"
LeaveMessage: "&cBye &f{player}."
# Gamemode Messages
gmcm: "&cYou have changed to creative."
gmsm: "&cYou have changed to survival."
gmam: "&cYou have changed to adventure."
gmspecm: "&cYou have changed to spectator."
gmp: "basicessentials.gamemode"
gamemodehelp: # Doesnt currently support adding new lines
- "&c&m-------------------"
- "&c&lGamemode Help"
- "&7/gamemode <creative> <player>"
- "&7/gamemode <survival> <player>"
- "&7/gamemode <adventure> <player>"
- "&7/gamemode <spectator> <player>"
- ""
- "&c&m-------------------"
# Fly Config
flyp: "basicessentials.fly"
flyym: "&cYou have &aactivated &cfly."
flynm: "&cYou have &cdisabled &cfly."
# Heal Config
healps: "basicessentials.healself"
healpo: "basicessentials.healothers"
healm: "&cYou have been &ahealed."
# Kill Config
killps: "basicessentials.killself"
killpo: "basicessentials.killothers"
killselfm: "&cYou have been died."
killotherm: "&cYou have killed {player}."
# Afk Config
afkp: "basicessentials.afk"
afkmy: "&cYou are now AFK."
afkmn: "&cYou are no longer AFK."
afka: True # Toggle AFK announcement messages
# Fun Config
beginfun: "&cLet the fun begin!"
funp: "basicessentials.fun"
# Messaging Config
msgp: "basicessentials.msg"
replyp: "basicessentials.reply"
msgrecieve: "&c{player} &7-> &c{recievemessage}"
Default Permissions:
- basicessentials.gamemode
- basicessentials.fly
- basicessentials.healself
- basicessentials.healothers
- basicessentials.killself
- basicessentials.killothers
- basicessentials.afk
- basicessentials.fun
- basicessentials.msg
- basicessentials.reply
- Misc Commands: Fly, Heal, Kill etc
- Punishment Commands: Ban, Unban, Ban-Ip, Mute, Tempmute etc
- Modular Design: Enable/Disable different aspects/commands in the core
Fluid#4321