Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- options:
- Version: V 0.0.2-A
- nopermission: &7You do not have the required permissions to execute this command, please contact a server administrator if you think this is wrong!
- serverip: Server Domain Is WIP # <- Put your server IP in here #
- discord: https://discord.gg/mAJ6YQZ # <- Put your discord link in here #
- buycraft: Server Store WIP # <- Put your buycraft link in here #
- # You may edit the following piece of code if you understand how to use Skript
- command /console [<string>]:
- description: Lets the player execute console commands ingame!
- permission: c.use
- permission message: {@nopermission}
- trigger:
- if argument 1 is set:
- execute console command "%argument 1%"
- send "&9Executed command&7!"
- # Information Commands ( Check Options for more info ) #
- command /serverip:
- description: Lets you see the IP for the server!
- aliases: /ip, /server,
- permission: c.serverip
- permission message: {@nopermission}
- trigger:
- message "%newline%&7The current servers ip address is &9{@serverip}%newline%"
- stop
- command /discord:
- description: Lets you see the discord link for the server!
- aliases: /disc, /d
- permission: c.discord
- permission message: {@nopermission}
- trigger:
- message "%newline%&7The current discord link is &9{@discord}%newline%"
- stop
- command /store:
- description: Lets you see the discord link for the server!
- aliases: /shop, buycraft,
- permission: c.store
- permission message: {@nopermission}
- trigger:
- message "%newline%&7The current store link is &9&o{@buycraft}&r%newline%"
- stop
- # Developer Information Commands #
- command /c:
- trigger:
- send "&8CallMeDeveloper Is Beast <3"
- # Gamemode Commands #
- command /gmc [<player>]:
- description: Lets you change you or another players gamemode to creative!
- aliases: /gamemodecreative, /gm1, /gamemodec,
- permission: c.gmc
- permission message: {@nopermission}
- trigger:
- set arg 1's gamemode to creative
- message "&7You have successfully set &9%arg 1%'s&7 gamemode to &9&lCREATIVE&7!"
- command /gms [<player>]:
- description: Lets you change you or another players gamemode to survival!
- aliases: /gamemodesurvival, /gm0, /gamemodes,
- permission: c.gms
- permission message: {@nopermission}
- trigger:
- set arg 1's gamemode to survival
- message "&7You have successfully set &9%arg 1%'s&7 gamemode to &9survival&7!"
- command /gma [<player>]:
- description: Lets you change you or another players gamemode to adventure!
- aliases: /gamemodeadventure, /gm2, /gamemodea,
- permission: c.gma
- permission message: {@nopermission}
- trigger:
- set arg 1's gamemode to adventure
- message "&7You have successfully set &9%arg 1%'s&7 gamemode to &9adventure&7!"
- command /cmdblock [<player>]:
- description: Gives a player of your choice a command block!
- aliases: /commandblock, cmd
- permission: c.cmdblock
- permission message: {@nopermission}
- trigger:
- make console execute command "give %arg 1% commandblock 1"
- message "&7%arg 1% has successfully been given a &9Command Block&7!"
Advertisement
Add Comment
Please, Sign In to add comment