Simple Essentials Pro [ ★ Still Being Maintained! 1.12.x - 1.14.x ★ ]

Script Simple Essentials Pro [ ★ Still Being Maintained! 1.12.x - 1.14.x ★ ] 1.14.1

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Contributors
FrostedWeFall
Supported Minecraft Versions
  1. 1.12
  2. 1.13
  3. 1.14
SimpleEssentialsPro.png


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!

Features.png

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.

Commandsandpermissions.png

❱❱ /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.

Information.png


BY PURCHASING THIS PLUGIN, YOU CONFIRM YOUR AGREEMENT IN FULL TO THESE TERMS:
- This resource may only be used on one server or server network linked through a proxy e.g BungeeCord.
- You may not redistribute the resource or any resources affiliated with the plugin other than configuration files.
- You may not decompile the contents of the skript
- You may not not give, sell, lease, this resource to others
- You may not post errors in the review section. DISCUSSION TAB.
- You may not obtain or distribute source code related to this resource.
- There are no refunds, and you may not dispute, claim or chargeback.
-These terms can change at any time.

(Updated 8th October 2018)
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!
7a56667d6107c3e0e8dd2a078dae12149b8e4875-png.411797


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


Pictures.png

❱❱ All information commands - /serverip - /discord - /store - /website
info.png


❱❱ /se help 1 Command and Command Error

help.png


❱❱ /sethome and /home command.
home.png


❱❱ /simpleessentialspro command
se command.png


❱❱ /setspawn command and /spawn
View attachment 3757


❱❱ Configuration Section
config.png

signs-png.411800


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
Author
FrostedWeFall
Downloads
76
Type
Digital product
License duration
Unlimited
Price
1.99 GBP
Views
499
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from FrostedWeFall

Latest updates

  1. 1.14.1

    UPDATE 1.14.1 IS HERE! ECONOMY UPDATE! LEAVE SUGGESTIONS, BUG REPORTS AND REVIEWS! Config has...
  2. Update 1.14.0

    UPDATE 1.14.0 IS HERE! MEDIUM SIZED UPDATE! LEAVE SUGGESTIONS, BUG REPORTS AND REVIEWS...
  3. Update 0.9.3

    Misc | Made some changes to the Auto Updater Misc | Completely Redone the config and added more...