Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Scenario manager by /u/OrganizedMadness_
- #Message me if you want the none function version
- #Feel free to edit to your liking! :)
- function Scen(var: text, name: text, send: player):
- if {%{_var}%} is true:
- send " &8»&a %{_name}% &8» &7/%{_var}% disable" to {_send}
- else:
- send " &8»&c %{_name}% &8» &7/%{_var}% enable" to {_send}
- command /scenarios:
- permission: skript.op
- aliases: /scen
- trigger:
- send "&e&lEclipse &8» &6Scenarios"
- #Scen("variable", "Display Name", sender) <-- Example format of how to use the function
- Scen("fastsmelt", "Fast Smelting", sender)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement