ChestCommands

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
marty_
Příspěvky: 1191
Věk: 54
Registrován: 27 srp 2012, 10:10
Reputation: 0
Bydliště: Hranice na Morave
Kontaktovat uživatele:

Re: ChestCommands

#11 Příspěvekod marty_ » 27 bře 2014, 21:04

Weizen, neni co povidat :-)
Knihu jsem mel, a ted mam jiny item....
Ty PB nemas, tak si knihu nechej jako vychozi...
Ps: Vsak neni problem se prijit podivat ke mne...(mam to na serveru: games) dela to tak spousta hracu ze se vzajemne chodi diat a inspirovat :-)
Naposledy upravil(a) marty_ dne 27 bře 2014, 21:09, celkem upraveno 1 x.
Všechny své servery jsem sloučil pomocí BungeeCordu na jediny multiserver play.hero-craft.cz a jsem maximálně spokojenej :)
Jsou to tyto:
Lobby (1.11), Creativ(1.12), Skyblock(1.12), Planet(1.12), Games(1.9.4), Hranice(1.11), Classic(1.12), , Seniorcraft (1.12), a dalsi pripravuji... (aktualne RPG 1.12)

Weizen
Příspěvky: 1429
Registrován: 19 úno 2014, 19:56
Reputation: 0
Kontaktovat uživatele:

Re: ChestCommands

#12 Příspěvekod Weizen » 27 bře 2014, 21:07

PB mám :) Ale chci dokončit toto téma.. Určitě někdo ví jak nato :)
(hero-craft jdu tam :D)

Smexhy
Příspěvky: 5602
Věk: 26
Registrován: 31 říj 2012, 15:50
Reputation: 20
Bydliště: Slovensko
Kontaktovat uživatele:

Re: ChestCommands

#13 Příspěvekod Smexhy » 27 bře 2014, 21:50

Všetko sa dá nastaviť... Config sem

Weizen
Příspěvky: 1429
Registrován: 19 úno 2014, 19:56
Reputation: 0
Kontaktovat uživatele:

Re: ChestCommands

#14 Příspěvekod Weizen » 27 bře 2014, 22:01

Jestli myslíš Configu ChestCommands tak tam to určo si myslím nebude :) Ale budiž

Kód: Vybrat vše

# Chest Commands by Filoghost
# Tutorial: dev.bukkit.org/bukkit-plugins/chest-commands
#                                                       .
update-notifications: true
try-to-hide-attributes: true
default-item-name-color: '&f'
default-lore-color: '&7'
messages:
  not-enough-money: '&cYou don''t have enough money (&e%price%&c) for this command.'
  no-item-permission: '&cTo use this item you need the permission &e%permission%&c.'
  no-required-item: '&cYou must have &e%amount%x %material% &c(ID: %id%, data value:
    %datavalue%) for this.'
  cost-bypassed: '&aYou have the permission &echestcommands.economy.bypass &aand you
    didn''t pay for the command.'
  no-inventory-space: '&cYou didn''t have enough space, items were dropped.'

Velký config :D

Smexhy
Příspěvky: 5602
Věk: 26
Registrován: 31 říj 2012, 15:50
Reputation: 20
Bydliště: Slovensko
Kontaktovat uživatele:

Re: ChestCommands

#15 Příspěvekod Smexhy » 27 bře 2014, 22:34

Myslel som cudzom j items

Weizen
Příspěvky: 1429
Registrován: 19 úno 2014, 19:56
Reputation: 0
Kontaktovat uživatele:

Re: ChestCommands

#16 Příspěvekod Weizen » 27 bře 2014, 22:46

Nemám :D

-- 27 bře 2014, 21:47 --

Kód: Vybrat vše

# This is just an internal name, must not be the same of another.
first-item:
   
    id: 352
    # (REQUIRED) The ID of the material.
   
   
    name: '&aTest item'
    # (REQUIRED) The custom name of the item (with formatting codes).
   
   
    data-value: 0
    # This is optional. Can be used for colored wool, and other items
    # with data values.
   
    cooldown-seconds: 5
    # This prevents command spam.
   
    command: 'say Hello world'
    # The command bound to this item. It will be executed when the item
    # is right clicked.
    # There are some prefixes that can give extra functionalities to
    # commands:
    #
    # 'console: ' (execute the command as console)
    # 'op: ' (execute the command as op)
    # 'server: ' (for BungeeCord)
    # 'tell: ' (sends a message to the player)
    #
    # You can use symbols and the placeholders %player% and %world%.
    #
    # Use multiple commands like this: 'command; command2; command3'
   
    lore:
      - 'Line 1'
      - 'Line 2'
      - '...'
    # The lore of the item (with formatting codes and symbols support).
   
    block-movement: false
    # This prevents players from moving the item at all.
   
    slot: 9
    # If omitted, the item will be placed in the first empty slot.
    # If set, the item will attempt to place in that hotbar's slot,
    # and it will move any existing item that is in that slot,
    # if there's enough space in the inventory.
   
   
    permission: 'customjoinitems.test'
    # The item required to obtain the item on join. If not set,
    # everyone will get the item.
   
   
    first-join-only: false
    # (default = false)
    # If true, the player will get the item only when they join
    # the server the first time.
    # NOTE: give-at-respawn will automatically be set to false,
    # if this node is true.
   
   
    give-at-respawn: true
    # (default = true)
    # If set to true, the player will receive the item when he dies
    # and respawn.
   
   
    allow-drop: false
    # (default = false)
    # Allows players to drop the item.


    give-on-world-change: false
    # (default = false)
    # The plugin will eventually give the item to the players when they
    # change world.
    # Useful if you have Multiverse or similar plugins.
   
   
    disabled-worlds: world_nether, world_the_end
    # a list of disabled worlds separated by commas. If you don't want to
    # disable an item in some worlds, remove this node or set it to ''.

Smexhy
Příspěvky: 5602
Věk: 26
Registrován: 31 říj 2012, 15:50
Reputation: 20
Bydliště: Slovensko
Kontaktovat uživatele:

Re: ChestCommands

#17 Příspěvekod Smexhy » 28 bře 2014, 07:53

To je ten z webu musíš to dat ten tvoj co dá to vygeneruje... Items.yml

Weizen
Příspěvky: 1429
Registrován: 19 úno 2014, 19:56
Reputation: 0
Kontaktovat uživatele:

Re: ChestCommands

#18 Příspěvekod Weizen » 28 bře 2014, 10:16

A to to vážně bez toho PL jinak nepůjde? :)

Smexhy
Příspěvky: 5602
Věk: 26
Registrován: 31 říj 2012, 15:50
Reputation: 20
Bydliště: Slovensko
Kontaktovat uživatele:

Re: ChestCommands

#19 Příspěvekod Smexhy » 28 bře 2014, 11:48

Iba v tom sa dá nastaviť to čo si chcel...plugin nijak nezaťažuje, takže v tom nevidím problém...

Weizen
Příspěvky: 1429
Registrován: 19 úno 2014, 19:56
Reputation: 0
Kontaktovat uživatele:

Re: ChestCommands

#20 Příspěvekod Weizen » 28 bře 2014, 15:38

Tady
config

Kód: Vybrat vše

#             ---- + Custom Join Items + ----
#           
# Website: dev.bukkit.org/bukkit-plugins/custom-join-items
#             
#             ---- + ------------------ + ----
update-notifications: true
clear-inventory-on-join: false

Items

Kód: Vybrat vše

first-item:
  name: '&aTest Item'
  id: 345
  slot: 9
  lore:
    - '&7This item is given on join to people with'
    - '&7the permission &ecustomjoinitems.test&7 .'
    - '&7They still need the standard permission'
    - '&7to execute the command. A normal user'
    - '&7shouldn''t be able to use &d/say&7. If'
    - '&7you specify a slot (1-9), the item will'
    - '&7be placed in that slot, moving an eventual'
    - '&7existing item to the first empty slot.'
  command: 'say This is just a test.'
  cooldown-seconds: 5
  permission: 'customjoinitems.test'
second-item:
  name: '&cAnother Item'
  id: 352
  lore:
    - '&7If you don''t set the permission, the item'
    - '&7will be given to everyone. If you don''t'
    - '&7specify a slot, the item will be in the'
    - '&7first empty.'
  command: 'me Hello, I''m new to this server!'
  cooldown-seconds: 5
all-the-possible-nodes:
  name: '&eConfig Item'
  id: 339
  slot: 1
  data-value: 0
  lore:
    - '&7This item contains all the existing config nodes.'
    - '&7Open items.yml to see it.'
  command: 'console: tell %player% This is; console: tell %player% a test.'
  permission: 'customjoinitems.admin'
  cooldown-seconds: 5
  give-at-respawn: true
  first-join-only: false
  allow-drop: false
  block-movement: false
  disabled-worlds: world_nether, world_the_end
  give-on-world-change: true


Zpět na „Minecraft, Tekkit“

Kdo je online

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