Paste #14418: Edit of P#14416 - Edit of P#14414 - Edit of P#14412 - Edit of P#14411 - Edit of P#14410 - Edit of P#

Date: 2015/03/10 20:43:21 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13
14


playlist:
  type: world
  events:
    on server start:
    - while <server.flag[playlist].as_list.is_empty.not||false> {
      - define psound:<server.flag[playlist].list.random>
      - playsound <server.list_online_players> sound:%psound% 
      - flag server playlist:<-:%psound%
      - wait 300s
      } 
    - if <server.flag[playlist].as_list.is_empty||true> {
      - flag server playlist:->:sound1
      - flag server playlist:->:sound2
      }