Jump to content

Grant Skript Version 2


Dannydino6

Recommended Posts

Grant.Sk Version 2.0

This version has some new features:

-Menu

-Customization ingame

 

Example:

Click me for the gif because importing videos broke :P

 

 

Skript:

Click Me!

 

Info:

Requires Permissions EX for permissions

Requires GroupManager PEX for permissions to work

 

If there are any bugs DM me at Morememes#3426

Have a good day!

Edited by Dannydino6

Skript Developer

Owner of the Skript Club

Minecraft player since 2009

Minehut member since 2016

 

Morememes#3426

 

Link to comment
Share on other sites

I don't want to discourage but you should always use list variables in case of storing the same kind information for different objects. For example, a variable like {rank.%player%} is only specific for 1 player (not to mention that using player instead of uuid of player isn't good for cases of storing long living data). If you use {rank::%uuid of player%} you can loop the variable, compare the ranks, clear the whole list if necessary and make a leaderboard of the var (although a leaderboard isn't useful in this case). As for the argument of keeping things simple, if you intention is to make it easy to understand for others than its counterproductive. If someone truly cannot understand lists, using them will help him do so and encourage him to learn. On the other hand, not doing so and ignoring the existence of lists will make the reader ignorant of lists. This logic applies not only to lists, but to coding techniques and the likes.

Sorry for the long message but just wanted to clear this out, as this mistake is made often

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...