Advertisement
Guest User

<none>

a guest
Nov 18th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. on join:
  2.     make console execute command "/spawn %player%"
  3.     make console execute command "/god %player% enabled"
  4.     wait 0.3 seconds
  5.     set slot 8 of player to gunpowder named "&9Your phone" with lore "&7(Right Click) To open your phone"
  6.     make console execute command "/gamemode a %player%"
  7.  
  8. on right click holding gunpowder:
  9.   make player execute command "/showcentral:phone-open"
  10.  
  11. command /showcentral:phone-open:
  12.   trigger:
  13.     open virtual chest inventory with size 3 named "&3%player%'s Phone" to player
  14.     create a gui slot 12 of player with firework rocket named "&6Shows" to close then run player command "/showcentral:showlist"
  15.     create a gui slot 11 of player with magenta dye named "&bShops" to run player command "/showcentral:shoplist"
  16.     create a gui slot 13 of player with nether star named "&3ShowCentral Website" to close then run player command "/website"
  17.     create a gui slot 14 of player with paper item named "&dFastPass" to close then run player command "/showcentral:fastpasslist"
  18.     create a gui slot 4 of player with skull of "%player%" parsed as offline player named "&b&o&lPlayer Settings" to run player command "/Showcentral:player-settings"
  19.     create a gui slot 15 of player with minecart item named "&aAttractions" to run player command "/Showcentral:attractionslist"
  20.  
  21. command /Showcentral:player-settings:
  22.   trigger:
  23.     open virtual chest inventory with size 2 named "&d&lYour Settings" to player
  24.     create a gui slot 2 of player with 388 named "&3&oYour Coins" with lore "&7&oClick to see how many coins you have!" to close then run player command "/coins"
  25.     create a gui slot 8 of player with 386 named "&3Apply for staff" with lore "&7&oClick to apply for staff on SC" to close then run player command "/apply"
  26.     create a gui slot 6 of player with 266 named "&3Disable Players" with lore "&7&oClick to &c&odisable &7&oor &a&oenable &7&oplayer visibility" to close then run player command "/showcentral:togglep"
  27.     create a gui slot 4 of player with skull of "Mickey_Mouse" parsed as offline player named "&3Your Balloons" with lore "&7&oClick to see your balloons!" to run player command "/bl"
  28.     create a gui slot 13 of player with arrow named "&cBack" with lore "&7&oClick to go back to the last page!" to run player command "/showcentral:phone-open"
  29.     create a gui slot 0 of player with 433 named "&3SC Discord Server" with lore "&7&oClick to get the invite link to our discord!" to close then run player command "/discord"
  30.  
  31.    
  32. command /Showcentral:attractionslist:
  33.   trigger:
  34.     open virtual chest inventory with size 2 named "&3Attractions Menu" to player
  35.     create a gui slot 0 of player with light green clay named "&3Drop Tower" with lore "&7&o*This attraction doesn't have audio*" to close then run player command "/warp dt"
  36.     create a gui slot 1 of player with light green clay named "&3Toy Soldiers Parachute Drop" with lore "&7&o*This attraction doesn't have audio*" to close then run player command "/warp tspd"
  37.     create a gui slot 2 of player with red clay named "&3Teacups" with lore "&7&oThis attraction is closed!"
  38.     create a gui slot 3 of player with red clay named "&3Log Flume" with lore "&7&oThis attraction is closed!"
  39.     create a gui slot 13 of player with arrow named "&cBack" with lore "&7&oClick to go back to the last page!" to run player command "/showcentral:phone-open"
  40.     stop
  41.    
  42. command /showcentral:showlist:
  43.   trigger:
  44.     send "&a&m----------------- &b&o&lShows&a&m ---------------------"
  45.     send "&c"
  46.     send "&cThere currently are no shows scheduled!"
  47.     send "&c"
  48.     send "&a&m---------------------------------------------"
  49.     stop
  50.  
  51. command /showcentral:shoplist:
  52.   trigger:
  53.     open virtual chest inventory with size 2 named "&3Shops" to player
  54.     create a gui slot 3 of player with 351:2 named "&bShop Kingdom" with lore "&7&oClick to warp to this shop!" to close then run player command "/warp sk"
  55.     create a gui slot 5 of player with 351:1 named "&bLion King Shop" with lore "&7&oClick to warp to this shop!" to close then run player command "/warp lks"
  56.     create a gui slot 13 of player with arrow named "&cBack" with lore "&7&oClick to go back to the last page!" to run player command "/showcentral:phone-open"
  57.  
  58. command /showcentral:fastpasslist:
  59.   trigger:
  60.     send "&c&oFastPass system coming soon!"
  61.  
  62. command /website:
  63.   trigger:
  64.     send "&c&oOur website will be released soon!"
  65.  
  66. on join:
  67.   wait 10 ticks
  68.   send resource pack from "https://www.dropbox.com/s/tk2g1b3jjv2yins/Show.zip?dl=1" to player
  69.   send "&9&oAttempting to Download the &2&oZoo &9&oResourcePack..."
  70.  
  71. command /ridef <number> <text> <player>:
  72.  permission: sc.force.armor
  73.  permission message: &cNo permission!
  74.  usage: &6/ridef <radius> <player>
  75.  trigger:
  76.   loop all armor stands in radius arg-1 around arg-3's location:
  77.   if loop-entity's name is "%arg-2%":
  78.     if loop-entity's passenger isn't set:
  79.      make arg-3 ride loop-entity
  80.  
  81. command /apply:
  82.   trigger:
  83.     send "&3You can apply by clicking the link below."
  84.     send "&a&l https://goo.gl/forms/E4zu5rkvZU6105Qy1"
  85.    
  86. command /discord:
  87.   trigger:
  88.     send "&bYou can connect to our Discord server by clicking the link below."
  89.     send "&a&o&ldiscord.gg/u2XeFTD"
  90.  
  91. command /cmdr <integer> <text> <time span>:
  92.     permission: sc.magic.plugin
  93.     permission message: &4No permission
  94.     usage: &6/cmdr <times> <command> <time delay>
  95.     trigger:
  96.         loop arg-1 times:
  97.             make console execute command "%arg-2%"
  98.             wait argument 3
  99.  
  100. command /delay [<Text>] <time span>:
  101.     permission: sc.magic.plugin
  102.     permission message: &4No permission
  103.     usage: &6/delay <Command> <time>
  104.     trigger:
  105.         wait argument 2
  106.         make console execute command "%arg 1%"
  107.        
  108. command /theatre [<Text>]:
  109.     permission: sc.theatre
  110.     permission message: &cNo permission!
  111.     trigger:
  112.         if arg 1 is "Gui":
  113.             wait 2.9 tick
  114.             open chest with 3 row named "&3&o&lTheater Control Center" to player
  115.             format slot 0 of player with stained hardened clay:5 named "&a&oSeat Lights On" to close then run [execute player command "/theatre seatlightson"]
  116.             format slot 1 of player with stained hardened clay:14 named "&c&oSeat Lights Off" to close then run [execute player command "/theatre seatlightsoff"]
  117.             format slot 4 of player with stained hardened clay:5 named "&c&oCurtain Open" to close then run [execute player command "/fill 162 15 32 162 7 5 air"]
  118.             format slot 5 of player with stained hardened clay:14 named "&c&oCurtain Close" to close then run [execute player command "/fill 162 15 32 162 7 5 coal_block"]
  119.             format slot 10 of player with stained hardened clay:5 named "&b&oCharacters" to close then run [execute player command "/theatre Characters"]
  120.             stop
  121.         if arg 1 is "seatlightson":
  122.             make console execute command "/setblock 155 5 18 stained_glass 7"
  123.             make console execute command "/setblock 145 5 18 stained_glass 7"
  124.             make console execute command "/setblock 148 5 9 stained_glass 7"
  125.             make console execute command "/setblock 155 5 9 stained_glass 7"
  126.             make console execute command "/setblock 155 5 27 stained_glass 7"
  127.             make console execute command "/setblock 148 5 27 stained_glass 7"
  128.             stop
  129.         if arg 1 is "seatlightsoff":
  130.             make console execute command "/setblock 155 5 18 wool 7"
  131.             make console execute command "/setblock 145 5 18 wool 7"
  132.             make console execute command "/setblock 148 5 9 wool 7"
  133.             make console execute command "/setblock 155 5 9 wool 7"
  134.             make console execute command "/setblock 155 5 27 wool 7"
  135.             make console execute command "/setblock 148 5 27 wool 7"
  136.             stop
  137.         if arg 1 is "Characters":
  138.             wait 2.9 tick
  139.             open chest with 3 row named "&3&o&lTheater Characters" to player
  140.             format slot 0 of player with stained hardened clay:5 named "&b&oThe Magician" to close then run [execute player command "/d p The_Magician___"]
  141.             format slot 1 of player with stained hardened clay:5 named "&b&oMickey Mouse" to close then run [execute player command "/d p Mickey_Mouse"]
  142.             format slot 2 of player with stained hardened clay:5 named "&b&oFairy Godmother" to close then run [execute player command "/d p Fairy_Godmother"]
  143.             format slot 3 of player with stained hardened clay:5 named "&b&oCinderella" to close then run [execute player command "/d p Cinderella_"]
  144.             format slot 4 of player with stained hardened clay:5 named "&b&oDancer" to close then run [execute player command "/d p OhBonneIdee"]
  145.             format slot 5 of player with stained hardened clay:5 named "&b&oBelle" to close then run [execute player command "/d p Belle_"]
  146.             format slot 6 of player with stained hardened clay:5 named "&b&oThe Beast" to close then run [execute player command "/d p The__Beast"]
  147.             format slot 7 of player with stained hardened clay:5 named "&b&oRafiki" to close then run [execute player command "/d p _Rafiki_"]
  148.             format slot 8 of player with stained hardened clay:5 named "&b&oSimba" to close then run [execute player command "/d p __Simba"]
  149.             format slot 9 of player with stained hardened clay:5 named "&b&oGirrafe" to close then run [execute player command "/d p Girrafe"]
  150.             format slot 10 of player with stained hardened clay:5 named "&b&oRhino" to close then run [execute player command "/d p Rhino_"]
  151.             format slot 11 of player with stained hardened clay:5 named "&b&oZazu" to close then run [execute player command "/d p _Zazu_"]
  152.             format slot 12 of player with stained hardened clay:5 named "&b&oGenie" to close then run [execute player command "/d p Genie"]
  153.             format slot 13 of player with stained hardened clay:5 named "&b&oElsa" to close then run [execute player command "/d p Elsa_"]
  154.             format slot 14 of player with stained hardened clay:5 named "&b&oOlaf" to close then run [execute player command "/d p Olaf__"]
  155.             stop
  156.  
  157. # Volcano
  158. on rightclick on sign:
  159.     line 1 of the clicked block is "&9[Volcano]"
  160.     line 2 of the clicked block is "&b&oClick to erupt"
  161.     line 3 of the clicked block is "&b&othe Volcano!":
  162.         wait 1 tick
  163.         make console execute command "/setblock 105 6 -38 wall_sign 4 replace {Text1:""{\""text\"":\""[Volcano]\"",\""color\"":\""blue\""}"",Text2:""{\""text\"":\""The Volcano\"",\""italic\"":true,\""color\"":\""red\""}"",Text3:""{\""text\"":\""is currently\"",\""italic\"":true,\""color\"":\""red\""}"",Text4:""{\""text\"":\""refilling...\"",\""italic\"":true,\""color\"":\""red\""}""}"
  164.        make console execute command "/show start Volcano"
  165.        wait 12 seconds
  166.        make console execute command "/setblock 105 6 -38 wall_sign 4 replace {Text1:""{\""text\"":\""[Volcano]\"",\""color\"":\""blue\""}"",Text2:""{\""text\"":\""Click to erupt\"",\""italic\"":true,\""color\"":\""aqua\""}"",Text3:""{\""text\"":\""the Volcano!\"",\""italic\"":true,\""color\"":\""aqua\""}"",Text4:""[\""\"",{\""text\"":\""  \"",\""italic\"":true},{\""text\"":\""  \"",\""italic\"":true,\""color\"":\""red\""},{\""text\"":\""   \"",\""italic\"":true}]""}"
  167.  
  168. on rightclick on sign:
  169.    line 1 of the clicked block is "&9[Volcano]"
  170.    line 2 of the clicked block is "&c&oThe Volcano"
  171.    line 3 of the clicked block is "&c&ois currently"
  172.    line 4 of the clicked block is "&c&orefilling...":
  173.        send "&c&oThe Volcano is currently refilling... &c&oPlease wait!"
  174.  
  175. # No inventory movement
  176. on inventory click:
  177.    if clicked item is gunpowder named "&9Your phone" with lore "&7(Right Click) To open your phone":
  178.        cancel event
  179.  
  180. on inventory click:
  181.    if name of event-item contains "balloon":
  182.        cancel event
  183.  
  184. on drop:
  185.    cancel event
  186.  
  187. # Coins/Pay
  188. command /coins [<player>]:
  189.  trigger:
  190.    if arg 1 is set:
  191.      if player has permission "coins.see.others":
  192.        send "&b&l&oShow Central &3%arg 1%'s coins:&a%arg 1's balance%"
  193.      else:
  194.        send "&b&l&oShow Central &3Your coins:&a%player's balance%"
  195.        stop
  196.  
  197.    if arg 1 is not set:
  198.      send "&b&l&oShow Central &3Your coins:&a%player's balance%"
  199.  
  200. command /p2y [<player>] [<text>]:
  201.  trigger:
  202.    if arg 1 is not set:
  203.      send "&4Usage: &c/p2y <player> <money>"
  204.  
  205.    if arg 1 is set:
  206.      if arg 2 is not set:
  207.        send "&4Usage: &c/p2y <player> <money>"
  208.  
  209.    if arg 1 is set:
  210.      if arg 2 is set:
  211.        show an action bar from "&a+ &b%arg 2% coins" to argument 1
  212.        make console execute command "/eco give %arg 1% %arg 2%"
  213.        show an action bar from "&aMoney sent to &b%arg 1%" to player
  214.  
  215. # Hide Players
  216. command /showcentral:togglep:
  217.    trigger:
  218.        if {togglep.%player%} is "false":
  219.            set {togglep.%player%} to "true"
  220.            send "&aYou will now be able to see guests again!" to player
  221.            play "ENTITY_EXPERIENCE_ORB_PICKUP" to player at volume 100
  222.            reveal all players to player
  223.            stop
  224.        if {togglep.%player%} is not set:
  225.            set {togglep.%player%} to "true"
  226.            wait 1 tick
  227.        if {togglep.%player%} is "true":
  228.            set {togglep.%player%} to "false"
  229.            send "&cYou will no longer see guests. &7However you will still be able to see staff members!" to player
  230.            play "ENTITY_EXPERIENCE_ORB_PICKUP" to player at volume 100
  231.            loop all players:
  232.                if loop-player doesn't have permission "toggle.bypass.player":
  233.                    hide loop-player from player
  234.                    stop
  235.  
  236. # Staff GUI
  237. command /staff [<text>] [<text>]:
  238.  permission: sc.staffpage
  239.  permission message: &cSorry but this command is for staff only.
  240.  trigger:
  241.    if arg 1 is not set:
  242.      open virtual chest inventory with size 3 named "&3Staff GUI" to player
  243.      create a gui slot 13 of player with 401 named "&bStart Shows" with lore "&3&oOnly click this if you know what your doing" to run player command "/staff shows"
  244.      create a gui slot 12 of player with 386 named "&3Characters" with lore "&7&oClick to change into a characters" to run player command ""
  245.      create a gui slot 4 of player with 428 named "&cStaff offices" with lore "&7&oClick to warp over to staff officies" to close then run player command "/staff so"
  246.      create a gui slot 14 of player with paper item named "&3Animal Cams" with lore "&7&oAnimal Cams all around the park" to run player command "/staff acam"
  247.      create a gui slot 11 of player with clock item named "&3World Time" with lore "&7&oClick to change the world time" to run player command "/staff wtime"
  248.      create a gui slot 15 of player with 76 named "&3Disable Guests" with lore "&7&oClick to &c&odisable &7&oor &a&oenable &7&oguest visibility" to close then run player command "/showcentral:togglep"
  249.  
  250.    if arg 1 is "so":
  251.      send "&aTeleporting you to... &bStaff Offices"
  252.      make console execute command "/minecraft:tp @e[name=%player%] 60.256 8 94.975 90.1 -0.8"
  253.  
  254.    if arg 1 is "shows":
  255.      open virtual chest inventory with size 3 named "&cShows Page" to player
  256.      create a gui slot 0 of player with clock item named "&6Show Schedule" with lore "&7&oClick to see the show schedule" to close then run player command "/showcentral:showlist"
  257.      create a gui slot 22 of player with arrow named "&cBack" with lore "&7&oClick to go back to the last page!" to run player command "/staff"
  258.      create a gui slot 13 of player with command block named "&9Disney Illuminations" with lore "&6&oPlease do not run this show without permission!" to close then run player command "/show start DI"
  259.      create a gui slot 12 of player with command block named "&9Red Cart Trolley" with lore "&6&oPlease do not run this show without permission!" to close then run player command "/anima play tram"
  260.      create a gui slot 11 of player with command block named "&9PM Cart Trolley" with lore "&6&oPlease do not run this show without permission!" to close then run player command "/anima playrev tram"
  261.  
  262.    if arg 1 is "wtime":
  263.      if arg 2 is not set:
  264.        open virtual chest inventory with size 2 named "&3World Time" to player
  265.        create a gui slot 2 of player with clock item named "&6Sunrise" with lore "&7&oClick to change the world time to: &6&oSunrise" to close then run player command "/staff wtime sunrise"
  266.        create a gui slot 4 of player with clock item named "&6Sundown" with lore "&7&oClick to change the world time to: &6&oSundown" to close then run player command "/staff wtime sundown"
  267.        create a gui slot 3 of player with clock item named "&6DayTime" with lore "&7&oClick to change the world time to: &6&oDayTime" to close then run player command "/staff wtime day"
  268.        create a gui slot 5 of player with clock item named "&6Night" with lore "&7&oClick to change the world time to: &6&oNight" to close then run player command "/staff wtime night"
  269.        create a gui slot 8 of player with repeater item named "&eWorld Daylight Cycle" with lore "&7&oClick to &c&odisable &7&oor &a&oenable &7&oDaylight Cycle" to close then run player command "/staff wtime ddlc"
  270.        create a gui slot 13 of player with arrow named "&cBack" with lore "&7&oClick to go back to the last page!" to run player command "/staff"
  271.  
  272.    if arg 1 is "wtime":
  273.      if arg 2 is "sunrise":
  274.        send "&aTime set to: &cSunrise"
  275.        make console execute command "/time set day 6:00 Custom"
  276.  
  277.    if arg 1 is "wtime":
  278.      if arg 2 is "day":
  279.        send "&aTime set to: &cDayTime"
  280.        make console execute command "/time set 12:00 Custom"
  281.  
  282.    if arg 1 is "wtime":
  283.      if arg 2 is "sundown":
  284.        send "&aTime set to: &cSundown"
  285.        make console execute command "/time set 18:00 Custom"
  286.  
  287.    if arg 1 is "wtime":
  288.      if arg 2 is "night":
  289.        send "&aTime set to: &cNight"
  290.        make console execute command "/time set 24:00 Custom"
  291.  
  292.    if arg 1 is "wtime":
  293.      if arg 2 is "ddlc":
  294.        if {sddlc} is not set:
  295.          set {sddlc} to false
  296.        if {sddlc} is false:
  297.          send "&3&lDaylight Cycle has been &a&lEnabled!"
  298.          set {sddlc} to true
  299.          make console execute command "/gamerule doDaylightCycle true"
  300.          make console execute command "/ac %player% has turned on DaylightCycle."
  301.          stop
  302.        if {sddlc} is true:
  303.          send "&3&lDaylight Cycle has been &c&lDisabled!"
  304.          set {sddlc} to false
  305.          make console execute command "/gamerule doDaylightCycle false"
  306.          make console execute command "/ac %player% has turned off DaylightCycle."
  307.          stop
  308.  
  309.    if arg 1 is "acam":
  310.      if arg 2 is not set:
  311.        open virtual chest inventory with size 2 named "&3Animal Cameras" to player
  312.        create a gui slot 13 of player with arrow named "&cBack" with lore "&7&oClick to go back to the last page!" to run player command "/staff"
  313.        create a gui slot 0 of player with skull of "Camera" parsed as offline player named "&cTop Bear Cam" with lore "&7&oClick to connect to this camera" to close then run player command "/staff acam tbc"
  314.        create a gui slot 1 of player with skull of "Camera" parsed as offline player named "&cLower Bear Cam" with lore "&7&oClick to connect to this camera" to close then run player command "/staff acam lbc"
  315.  
  316.    if arg 1 is "acam":
  317.      if arg 2 is "tbc":
  318.        make console execute command "/gma %player%"
  319.        send "&bYou have now connected to the &aTop Bear Cam &bfor 8 seconds..."
  320.        make console execute command "/minecraft:effect %player% minecraft:invisibility 8"
  321.        make console execute command "/cmdr 160 minecraft:tp @e[name=%player%] 37 16 63 134.7 34.2 1 ticks"
  322.        wait 160 ticks
  323.        make console execute command "/minecraft:tp @e[name=%player%] 2 9.5 99 0.3 29.3"
  324.        stop
  325.  
  326.    if arg 1 is "acam":
  327.      if arg 2 is "lbc":
  328.        make console execute command "/gma %player%"
  329.        send "&bYou have now connected to the &aLower Bear Cam &bfor 8 seconds..."
  330.        make console execute command "/minecraft:effect %player% minecraft:invisibility 8"
  331.        make console execute command "/cmdr 160 minecraft:tp @e[name=%player%] 16 13 47 -47.3 39 1 ticks"
  332.        wait 160 ticks
  333.        make console execute command "/minecraft:tp @e[name=%player%] 2 9.5 99 0.3 29.3"
  334.        stop
  335.  
  336. on rightclick on sign:
  337.    line 1 of the clicked block is "&9[Camera]"
  338.    line 2 of the clicked block is "&dShowCentral"
  339.    line 3 of the clicked block is "&dAnimal Cams":
  340.        make player execute command "/staff acam"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement