ChestCommands problém

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Dr.Wolf
Příspěvky: 310
Registrován: 21 črc 2015, 21:00
Reputation: 0

ChestCommands problém

#1 Příspěvekod Dr.Wolf » 05 srp 2015, 11:36

Dobrý den,
dnes jsem se rozhodl nahodit na server plugin ChestCommands, ale mám tu takový problém chci udělat jakoby hlavní menu a tam, aby byly ikonky a na ně kdyby klikl tak je to přesměrovalo do dalšího menu a to do vip menu, ale když na to kliku tak se to vip menu otevře ,ale hned se to zavře nevím v čem je problém tak dodávám configy a log z konzole vše, co je potřeba.

Hlavní menu.

Kód: Vybrat vše

######################
#+                  +#
#   MENU SETTINGS    #
#+                  +#
######################

menu-settings:

  # name - appears as the title - REQUIRED
  name: '&7&l| &6&lHL.MENU &7&l|'

  # rows - the number of rows of the chest - REQUIRED
  rows: 3

  # command - OPTIONAL (you can remove this or set it to '')
  # Bind multiple commands using ; (command: 'menu; m; me')
  command: 'menu'

  # auto-refresh - OPTIONAL
  # How frequently the menu will be refreshed, in seconds.
  # Useful if you have variables in items' descriptions.
  auto-refresh: 5

  # This command command will be execute when the menu is opened.
  # Supports all the icon command types.
  open-action: 'sound: note pling; tell: &7Otevrel jsi menu knihu.'

  # open-with-item - OPTIONAL
  # The menu will open only right-clicking with orange wool [35:1]
  open-with-item:
    id: Book
    left-click: false
    right-click: true


######################
#+                  +#
#       ITEMS        #
#+                  +#
######################


vip:
  COMMAND: 'vip'
  NAME: '&7&lVIP'
  LORE:
    - '&7Klikni a otevres &fvip menu&7.'
  ID: diamond
  POSITION-X: 1
  POSITION-Y: 2




VIP menu

Kód: Vybrat vše

######################
#+                  +#
#   MENU SETTINGS    #
#+                  +#
######################

menu-settings:

  # name - appears as the title - REQUIRED
  name: '&7&l| &6&lVIP.MENU &7&l|'

  # rows - the number of rows of the chest - REQUIRED
  rows: 1

  # command - OPTIONAL (you can remove this or set it to '')
  # Bind multiple commands using ; (command: 'menu; m; me')
  command: 'vip'

  # auto-refresh - OPTIONAL
  # How frequently the menu will be refreshed, in seconds.
  # Useful if you have variables in items' descriptions.
  auto-refresh: 5

  # This command command will be execute when the menu is opened.
  # Supports all the icon command types.
  open-action: 'sound: note pling; tell: &7Otevrel jsi vip knihu.'

  # open-with-item - OPTIONAL
  # The menu will open only right-clicking with orange wool [35:1]
  open-with-item:
    id: diamond
    left-click: false
    right-click: true


######################
#+                  +#
#       ITEMS        #
#+                  +#
######################


VIPCZz:
  COMMAND: 'spawn'
  NAME: '&7&lVIP'
  LORE:
    - '&7Klikni a otevres &fvip menu&7.'
  ID: bed
  POSITION-X: 4
  POSITION-Y: 1

VIPCZl:
  COMMAND: 'spawn'
  NAME: '&7&lVIP'
  LORE:
    - '&7Klikni a otevres &fvip menu&7.'
  ID: bed
  POSITION-X: 3
  POSITION-Y: 1
 
VIPCZo:
  COMMAND: 'spawn'
  NAME: '&7&lVIP'
  LORE:
    - '&7Klikni a otevres &fvip menu&7.'
  ID: bed
  POSITION-X: 2
  POSITION-Y: 1 



Log z konzole.

Kód: Vybrat vše

[FakaHeda] Succesfully authorized (rw)!


Loading libraries, please wait...


> [11:34:38 INFO]: Starting minecraft server version 1.8.7


> [11:34:38 INFO]: Loading properties


> [11:34:38 INFO]: Default game type: SURVIVAL


> [11:34:38 INFO]: This server is running CraftBukkit version git-Spigot-f94fe8f-d27e6d0 (MC: 1.8.7) (Implementing API version 1.8.7-R0.1-SNAPSHOT)


> [11:34:38 INFO]: Server Ping Player Sample Count: 12


> [11:34:38 INFO]: Using 4 threads for Netty based IO


> [11:34:38 INFO]: Debug logging is disabled


> [11:34:38 INFO]: Generating keypair


> [11:34:38 INFO]: Starting Minecraft server on 82.208.17.22:27223


> [11:34:38 INFO]: Using epoll channel type


> [11:34:38 INFO]: Set PluginClassLoader as parallel capable


> [11:34:38 INFO]: [Vault] Loading Vault v1.5.3-b37


> [11:34:38 INFO]: [FakaHedaMinequery] Loading FakaHedaMinequery v1.3


> [11:34:38 INFO]: [PermissionsEx] Loading PermissionsEx v1.23.3


> [11:34:38 WARN]: [PermissionsEx] This server is in offline mode. Unless this server is configured to integrate with a supported proxy (see http://dft.ba/-8ous), UUIDs *may not be stable*!


> [11:34:38 INFO]: [iConomy] Loading iConomy v7.0


> [11:34:38 INFO]: [ChestCommands] Loading ChestCommands v3.1.1


> [11:34:38 INFO]: [Essentials] Loading Essentials vTeamCity


> [11:34:38 INFO]: [Jobs] Loading Jobs v2.12.0


> [11:34:38 INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity


> [11:34:38 INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity


> [11:34:38 INFO]: [AuthMe] Loading AuthMe v5.0-SNAPSHOT


> [11:34:38 INFO]: [Vault] Enabling Vault v1.5.3-b37


> [11:34:38 INFO]: [Vault] [Economy] Essentials Economy found: Waiting


> [11:34:38 WARN]: iConomy - If you are using Flatfile storage be aware that versions 6, 7 and 8 have a CRITICAL bug which can wipe ALL iconomy data.


> [11:34:38 WARN]: if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!


> [11:34:38 WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!


> [11:34:38 INFO]: [Vault] [Economy] iConomy 6 found: Waiting


> [11:34:38 INFO]: [Vault] [Permission] PermissionsEx found: Waiting


> [11:34:38 INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.


> [11:34:38 INFO]: [Vault] [Chat] PermissionsEx found: Waiting


> [11:34:38 INFO]: [Vault] Enabled Version 1.5.3-b37


> [11:34:38 WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!


> [11:34:38 WARN]: The server will make no attempt to authenticate usernames. Beware.


> [11:34:38 WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.


> [11:34:38 WARN]: To change this, set "online-mode" to "true" in the server.properties file.


> [11:34:38 INFO]: **** Beginning UUID conversion, this may take A LONG time ****


> [11:34:38 INFO]: Preparing level "world"


> [11:34:38 INFO]: -------- World Settings For [world] --------


> [11:34:38 INFO]: Anti X-Ray: true


> [11:34:38 INFO]: Engine Mode: 1


> [11:34:38 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]


> [11:34:38 INFO]: Replace Blocks: [1, 5]


> [11:34:38 INFO]: Nerfing mobs spawned from spawners: false


> [11:34:38 INFO]: Cactus Growth Modifier: 100%


> [11:34:38 INFO]: Cane Growth Modifier: 100%


> [11:34:38 INFO]: Melon Growth Modifier: 100%


> [11:34:38 INFO]: Mushroom Growth Modifier: 100%


> [11:34:38 INFO]: Pumpkin Growth Modifier: 100%


> [11:34:38 INFO]: Sapling Growth Modifier: 100%


> [11:34:38 INFO]: Wheat Growth Modifier: 100%


> [11:34:38 INFO]: NetherWart Growth Modifier: 100%


> [11:34:38 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16


> [11:34:38 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64


> [11:34:38 INFO]: Mob Spawn Range: 4


> [11:34:38 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1


> [11:34:38 INFO]: Random Lighting Updates: false


> [11:34:38 INFO]: Structure Info Saving: true


> [11:34:38 INFO]: Sending up to 10 chunks per packet


> [11:34:38 INFO]: Max Entity Collisions: 8


> [11:34:38 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617


> [11:34:38 INFO]: Max TNT Explosions: 100


> [11:34:38 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms


> [11:34:38 INFO]: Item Despawn Rate: 6000


> [11:34:38 INFO]: Item Merge Radius: 2.5


> [11:34:38 INFO]: Arrow Despawn Rate: 1200


> [11:34:38 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true


> [11:34:38 INFO]: View Distance: 7


> [11:34:38 INFO]: Zombie Aggressive Towards Villager: true


> [11:34:38 INFO]: Chunks to Grow per Tick: 650


> [11:34:38 INFO]: Clear tick list: false


> [11:34:38 INFO]: Experience Merge Radius: 3.0


> [11:34:38 INFO]: -------- World Settings For [world_nether] --------


> [11:34:38 INFO]: Anti X-Ray: true


> [11:34:38 INFO]: Engine Mode: 1


> [11:34:38 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]


> [11:34:38 INFO]: Replace Blocks: [1, 5]


> [11:34:38 INFO]: Nerfing mobs spawned from spawners: false


> [11:34:38 INFO]: Cactus Growth Modifier: 100%


> [11:34:38 INFO]: Cane Growth Modifier: 100%


> [11:34:38 INFO]: Melon Growth Modifier: 100%


> [11:34:38 INFO]: Mushroom Growth Modifier: 100%


> [11:34:38 INFO]: Pumpkin Growth Modifier: 100%


> [11:34:38 INFO]: Sapling Growth Modifier: 100%


> [11:34:38 INFO]: Wheat Growth Modifier: 100%


> [11:34:38 INFO]: NetherWart Growth Modifier: 100%


> [11:34:38 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16


> [11:34:38 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64


> [11:34:38 INFO]: Mob Spawn Range: 4


> [11:34:38 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1


> [11:34:38 INFO]: Random Lighting Updates: false


> [11:34:38 INFO]: Structure Info Saving: true


> [11:34:38 INFO]: Sending up to 10 chunks per packet


> [11:34:38 INFO]: Max Entity Collisions: 8


> [11:34:38 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617


> [11:34:38 INFO]: Max TNT Explosions: 100


> [11:34:38 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms


> [11:34:38 INFO]: Item Despawn Rate: 6000


> [11:34:38 INFO]: Item Merge Radius: 2.5


> [11:34:38 INFO]: Arrow Despawn Rate: 1200


> [11:34:38 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true


> [11:34:38 INFO]: View Distance: 7


> [11:34:38 INFO]: Zombie Aggressive Towards Villager: true


> [11:34:38 INFO]: Chunks to Grow per Tick: 650


> [11:34:38 INFO]: Clear tick list: false


> [11:34:38 INFO]: Experience Merge Radius: 3.0


> [11:34:38 INFO]: -------- World Settings For [world_the_end] --------


> [11:34:38 INFO]: Anti X-Ray: true


> [11:34:38 INFO]: Engine Mode: 1


> [11:34:38 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]


> [11:34:38 INFO]: Replace Blocks: [1, 5]


> [11:34:38 INFO]: Nerfing mobs spawned from spawners: false


> [11:34:38 INFO]: Cactus Growth Modifier: 100%


> [11:34:38 INFO]: Cane Growth Modifier: 100%


> [11:34:38 INFO]: Melon Growth Modifier: 100%


> [11:34:38 INFO]: Mushroom Growth Modifier: 100%


> [11:34:38 INFO]: Pumpkin Growth Modifier: 100%


> [11:34:38 INFO]: Sapling Growth Modifier: 100%


> [11:34:38 INFO]: Wheat Growth Modifier: 100%


> [11:34:38 INFO]: NetherWart Growth Modifier: 100%


> [11:34:38 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16


> [11:34:38 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64


> [11:34:38 INFO]: Mob Spawn Range: 4


> [11:34:38 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1


> [11:34:38 INFO]: Random Lighting Updates: false


> [11:34:38 INFO]: Structure Info Saving: true


> [11:34:38 INFO]: Sending up to 10 chunks per packet


> [11:34:38 INFO]: Max Entity Collisions: 8


> [11:34:38 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617


> [11:34:38 INFO]: Max TNT Explosions: 100


> [11:34:38 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms


> [11:34:38 INFO]: Item Despawn Rate: 6000


> [11:34:38 INFO]: Item Merge Radius: 2.5


> [11:34:38 INFO]: Arrow Despawn Rate: 1200


> [11:34:38 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true


> [11:34:38 INFO]: View Distance: 7


> [11:34:38 INFO]: Zombie Aggressive Towards Villager: true


> [11:34:38 INFO]: Chunks to Grow per Tick: 650


> [11:34:38 INFO]: Clear tick list: false


> [11:34:38 INFO]: Experience Merge Radius: 3.0


> [11:34:38 INFO]: Preparing start region for level 0 (Seed: -2832266612530646635)


> [11:34:39 INFO]: Preparing start region for level 1 (Seed: -2832266612530646635)


> [11:34:40 INFO]: Preparing start region for level 2 (Seed: -2832266612530646635)


> [11:34:40 INFO]: [FakaHedaMinequery] Enabling FakaHedaMinequery v1.3


> [11:34:40 INFO]: Starting FakaHedaMinequery server on 82.208.17.22:28223


> [11:34:40 INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.3


> [11:34:40 INFO]: [PermissionsEx] Initializing file backend


> [11:34:40 INFO]: [PermissionsEx] Permissions file successfully reloaded


> [11:34:40 INFO]: [Vault][Permission] PermissionsEx hooked.


> [11:34:40 INFO]: [Vault][Chat] PermissionsEx_Chat hooked.


> [11:34:40 INFO]: [iConomy] Enabling iConomy v7.0


> [11:34:40 INFO]: [iConomy - April Fools] Enabled (15 ms)


> [11:34:40 INFO]: [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!


> [11:34:40 INFO]: [Vault][Economy] iConomy 7 hooked.


> [11:34:40 INFO]: [ChestCommands] Enabling ChestCommands v3.1.1


> [11:34:40 INFO]: [iConomy - April Fools] Purged accounts with default balance.


> [11:34:40 INFO]: [Essentials] Enabling Essentials vTeamCity


> [11:34:40 INFO]: Bukkit version format changed. Version not checked.


> [11:34:40 INFO]: git-Spigot-f94fe8f-d27e6d0 (MC: 1.8.7)


> [11:34:40 INFO]: 1.8.7-R0.1-SNAPSHOT


> [11:34:40 INFO]: Using locale cs_CZ


> [11:34:40 INFO]: Using locale cs_CZ


> [11:34:40 INFO]: [Vault][Economy] Essentials Economy hooked.


> [11:34:40 INFO]: Essentials: Using PermissionsEx based permissions.


> [11:34:40 INFO]: [Essentials] Payment method found (Vault - Economy: iConomy 7 version: 1.5.3-b37)


> [11:34:40 INFO]: [Jobs] Enabling Jobs v2.12.0


> [11:34:41 INFO]: [Jobs] Started buffered payment thread


> [11:34:41 INFO]: [Jobs] Started database save task


> [11:34:41 INFO]: [Jobs] Plugin has been enabled succesfully.


> [11:34:41 INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity


> [11:34:41 INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity


> [11:34:41 INFO]: [AuthMe] Enabling AuthMe v5.0-SNAPSHOT


> [11:34:41 INFO]: [AuthMe] Loading Configuration File...


> [11:34:41 INFO]: [AuthMe] Set Language: en


> [11:34:41 INFO]: [AuthMe] Metrics started successfully!


> [11:34:41 INFO]: [AuthMe] Vault plugin detected, hook with PermissionsEx system


> [11:34:41 INFO]: [AuthMe] Hook with Essentials plugin


> [11:34:41 INFO]: [AuthMe] Hook with EssentialsSpawn plugin


> [11:34:41 INFO]: [AuthMe] MySQL driver loaded


> [11:34:41 INFO]: [AuthMe] Connection pool ready


> [11:34:41 INFO]: [AuthMe] [LICENSE] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com


> [11:34:41 INFO]: [AuthMe] AuthMe hook perfectly with server hosting VERYGAMES


> [11:34:41 INFO]: [AuthMe] Authme 5.0-SNAPSHOT enabled


> [11:34:41 INFO]: Server permissions file permissions.yml is empty, ignoring it


> [11:34:41 INFO]: Done (2.872s)! For help, type "help" or "?"


> [11:34:41 INFO]: Starting GS4 status listener


> [11:34:41 INFO]: Starting remote control listener


> [11:34:41 INFO]: Query running on 82.208.17.22:27223


> [11:34:41 WARN]: No rcon password set in '/hlserver/27223/server.properties', rcon disabled!


> [11:34:41 INFO]: [Jobs] [Jobs] Successfully linked with Vault.


> [11:34:41 INFO]: [Vault] Checking for Updates ...


Děkuji za podporu za všechny návrhy budu rád.
82.208.17.22:27223
Obrázek

Uživatelský avatar
NetManSK
Příspěvky: 911
Registrován: 29 pro 2013, 20:00
Reputation: 0
Bydliště: Kartonova 3

Re: ChestCommands problém

#2 Příspěvekod NetManSK » 05 srp 2015, 11:59

Takže, menu musíš robiť "za radom" takže musiš tie položky dávať 1:1,2:1,3:1,4:1 ... chápeš?
Potom,command na otvorenie menu nie je spawn.. musíš tam dať do commandu príkaz

Kód: Vybrat vše

  COMMAND: 'open: TOvipMENU.yml'

Keď ti to nepojde tak daj /cc reload a v konzoli ti napíše kde máš chybu
Dobrí obchodníci:
MarekBurget,Escalator
Pomohol som ti? K+

Dr.Wolf
Příspěvky: 310
Registrován: 21 črc 2015, 21:00
Reputation: 0

Re: ChestCommands problém

#3 Příspěvekod Dr.Wolf » 05 srp 2015, 12:09

Díky dávám ti karmu za pomoc :)
Obrázek


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 17 hostů