Resource icon

Script SkriptCommandUtils // Tab-Autocomplete for /sk and more v2.1.3

  • 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!

UnscriptedCode

New Member
Jan 28, 2017
7
1
0
tobimori
UnscriptedCode submitted a new resource:

SkriptCommandUtils // Tab-Autocomplete for /sk and more - This script is a must-have for all script devs.

SkriptCommandUtils
Adds very handy things for scripting to your minecraft server

----------------------------------------

Features:

- AutoComplete for /skript reload
- Skript List Command
- Permissions and so on are editable in the .sk File config

----------------------------------------
Screenshots:
...

Read more about this resource...
 
Quite a cool & very useful script! One quick thing, the constant "do nothing" in your script is sort of useless. E.g,

Code:
if first character of "%{_Skripts.Loop.%player%}%" is "-":
   do nothing
else:

Could be improved by just using:

Code:
If first character of "%{_Skripts.loop.%player%}%" is not "-":
   #do something
 
  • Like
Reactions: UnscriptedCode
UnscriptedCode updated SkriptCommandUtils // Tab-Autocomplete for /sk and more with a new update entry:

SkriptCommandUtils | Update v2.0

skriptcommandutils_loh2snz.png

Update to version 2.0

----------------------------------------
Changelog:

+ /skriptstats Command

+ New Dependencies: Skellett and TuSke...​

Read the rest of this update entry...