Advertisement
Dragon1809

Simple Voting Script for change time and weather!

Apr 22nd, 2019
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.80 KB | None | 0 0
  1. command /voting:
  2.     aliases: vt
  3.     trigger:
  4.         broadcast "&l&2Voting through time can be very useful!"
  5.  
  6.         open chest with 1 rows named "&l&6Voting" to player
  7.  
  8.         format slot 0 of player with compass named "&2Day" to close then run [execute player command "/time set 0"]
  9.         format slot 2 of player with white wool named "&2Clear Weather" to close then run [execute player command "/weather clear"]
  10.         format slot 8 of player with compass named "&2Night" to close then run [execute player command "/time set 19000"]
  11.         format slot 4 of player with blue wool named "&2Rainy Weather" to close then run [execute player command "/weather rain"]
  12.         format slot 6 of player with black wool named "&2Thunder Weather" to close then run [execute player command "/weather thunder"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement