ModsJava
♛ Simple Essentials ♛ [Elevator's, Console, Lightweight, Actively Updated]
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.
View attachment 3757
❱❱ Configuration Section
❱❱ Skript 2.2
❱❱ SkQuery
❱❱ SkRayFall
Code (Text):
# 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
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
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
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.12, 1.13
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
♛ Simple Essentials ♛ [Elevator's, Console, Lightweight, Actively Updated] is a free Minecraft Java mod. Compatible with Minecraft 1.12, 1.13. Downloaded 1,220 times (via Spigot). Download it and open it directly in the game.