- Contributors
- FrostedWeFall
- Supported Minecraft Versions
- 1.12
- 1.13
- 1.14
Simple Essentials is an Essentials Skript aiming to be better then all the other ones on Spigot. Currently it is no where near a good standard and is currently in Alpha stage with HEAVY Development. This is currently my main project and I will try to be pushing out frequent updates. Be sure to keep checking this page as It will start to expand and progress and eventually ( after a bit of time ) turn into one of if not the best Spigot Essentials Skript of all time!
Feel free to suggest stuff and contribute stuff in the discussion tab!
Some features include
❱❱ Extremely Lightweight and Easy to setup!
❱❱ Frequent updates!
❱❱ Always welcome to code contribution and suggestions!
❱❱ In-game update checker - So we can let you know if there is a better version of the plugin.
❱❱ Lovely, clean and easy to understand code.
❱❱ Customizable Config at the top of the Skript which includes features such as Server Prefix, Website, Discord Link, Store Link, No Permission messages and event messages such as Spawn Teleport messages and Home teleport messages.
❱❱ /setspawn - Ability to set a spawn point for all players to connect to as well as configurable actions ( E.g pay on teleport?, Cooldown?, Permission based? etc )❱❱ /sethome - Ability for players to set their own home so they can teleport back to it freely ( For now only 1 home is allowed )
❱❱ /serverip, /discord, /store, /website ( Lots of informational commands to be able to use for players to interact with )
❱❱ /gmc /gms /gma - Your basic average essentials commands which let you do basic essential- like things such as change gamemode, set the time of day, set the weather, open your enderchest, check the server time, heal you or a certain player etc etc.
FUTURE UPDATES / PLANS
- More improved help message / menu - Maybe even a GUI
- Fix any bugs that may pop up
- Start using Functions
- Support for the Elevator signs to be able to teleport players down
- More Chat Management commands
- Perfect the new Economy System
- Add more stuff to the API, then hopefully branch out to a new all API Skript for others to use that gives a lot of compatibility to other Skripts!
Code:
# Here is a walkthrough of the SimpleEssentials Economy custom API #
on death:
# ^ The event we will be using #
if victim is player:
# ^ Checking if the victim is a player and not a mob #
if attacked is player:
# ^ Checking if the attacker is a player and not a mob #
broadcast "&c%victim%&7 was slain by &c%attacker%&7!"
# ^ The broadcast event #
remove 500 from {Economy::%uuid of victim%}
add 500 to {Economy::%uuid of attacker%}
# ^ What we are removing and adding to players balances #
send "&7You lost &c$500 &7from your balance" to victim
send "&7Your current balance is &c$%{Economy::%uuid of victim%}" to victim
send "&7You gained &c$500 &7which has been added into your balance" to attacker
send "&7Your current balance is &c$%{Economy::%uuid of attacker%}" to attacker
❱❱ All information commands - /serverip - /discord - /store - /website
❱❱ /se help 1 Command and Command Error
❱❱ /sethome and /home command.
❱❱ /simpleessentialspro command
❱❱ /setspawn command and /spawn
View attachment 3757
❱❱ Configuration Section
Elevator Up signs:
Line 1 - [Elevator]
Line 2 - Up
-----------------------
Elevator Down signs:
Line 1 - [Elevator]
Line 2 - Down
-----------------------
Economy Balance signs:
Line 1 - [Essentials]
Line 2 - Balance
❱❱ Skript 2.2
❱❱ SkQuery
❱❱ SkRayFall
❱❱ SkQuery
❱❱ SkRayFall