#I wanna make my own essentials and im new to skript

1 messages · Page 1 of 1 (latest)

tall valley
#

can someone help me? please? i know some things like command, trigger, option, send etc

#

im in skript 2.10.2

brittle robin
#

If i remember correctly, there's someone who did this and posted it on spigotmc.org.
There are some bugs in his code though, but maybe you can take inspiration from that.

supple prism
#

What have you got so far?

tall valley
sonic kettle
#

don't try making your own essentials, try making specific commands from essentials one at a time

#

build it up one by one

#

start with the basic stuff like /gmc and work from there

tall valley
sonic kettle
#

ok

tall valley
sonic kettle
#

ok

tall valley
tall valley
#

yeah

#

idk how

sonic kettle
tall valley
#

whats the line of code to set to creative?

#

thats all i need

sonic kettle
#

have you checked the docs

tall valley
#

nah

sonic kettle
#

check the docs

tall valley
sonic kettle
#

they tell you shit you want to know

#

go look up the word 'gamemode'

tall valley
#

ok

tulip musk
#

like this

#
  set the player's gamemode to creative```
tall valley
#

in skript

#

2.10.2

#
    permission: iron.gmc
    permission message: &7[&bEssentials&6+&7] &cYou do not have the required permissions!
    trigger:
        set the player's gamemode to creative
        send "&7[&bEssentials&6+&7] &aSet your gamemode to creative!

command /gms:
    permission: iron.gms
    permission message: &7[&bEssentials&6+&7] &cYou do not have the required permissions!
    trigger:
        set the player's gamemode to survival
        send "&7[&bEssentials&6+&7] &aSet your gamemode to survival!
        
command /gma:
    permission: iron.gma
    permission message: &7[&bEssentials&6+&7] &cYou do not have the required permissions!
    trigger:
        set the player's gamemode to adventure
        send "&7[&bEssentials&6+&7] &aSet your gamemode to adventure!
        
command /gmsp:
    permission: iron.gmsp
    permission message: &7[&bEssentials&6+&7] &cYou do not have the required permissions!
    trigger:
        set the player's gamemode to spectator
        send "&7[&bEssentials&6+&7] &aSet your gamemode to spectator!```
tall valley
hollow lynxBOT
tall valley
#

@fluid rover how do we create like sections in skript?

#

would i use folders for that

fluid rover
#

What do you mean since sections in skript are like

spawn 10 pigs at player:
    set name of entity to "Fred"