Paste #49014: Tha script

Date: 2018/08/13 06:22:47 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


minigamesinv: 

  type: inventory 

  tittle: minigames 

  size: 9 

  slots: 

  - "[1@Minigames_slot_1][][][][][][][][]" 



  Minigames_slot_1: 

  type: item 

  material: 397 

  desplay name: <&4>HorrorGames! 

Minigames_slot_2: 

  type: item 

  material: 276 

  desplay name: <&4>VillageDefense! 


  Minigamesgui: 

  type: command

  name: minigamesgui 

  description: minigames 

  usage: /minigamesgui 

  scripts:  

  - inventory open d:in@minigamesinv

  on player clicks in minigamesinv: 

  - determine cancelled 

  on player drags in minigamesinv: 

  - determine cancelled 

  on player clicks Minigames_slot_1 in minigamesinv: 

  - execute as_player "hr join hollow" 

  on player clicks Minigames_slot_2 in minigamesinv: 

  - execute as_player "vd join hollow"