Crates

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
karlik97
Příspěvky: 143
Registrován: 13 srp 2015, 07:28
Reputation: 0

Crates

#1 Příspěvekod karlik97 » 31 kvě 2016, 21:28

82.208.17.36:27475
Dobry den na server jsem si přidal plugin Crates a nefunguje mi teda on funguje ale jak mile tam přidám svoje ITEMY třeba jablka nebo tak tak přestane fungovat poraďte mi co stým mam dělat. Děkuji
Funguje

Kód: Vybrat vše

key:
  name: '&a&lExample Key Name'
  lore:
  - '&b&lExample Key Lore'
  material: TRIPWIRE_HOOK
  data: 0
chest:
  blocks:
  - CHEST
  - ENDER_CHEST
broadcast:
  server: '&6%player% has opened an &8Example &6crate!'
  player: '&aThank you for opening an &8Example &6crate!'
reward:
  sample:
    command:
      command1:
        command: give %player% diamond 1
        delay: 0
      command2:
        command: broadcast %player% has won 1 diamond!
        delay: 0
    chance: 5
    gui:
      item: '5:2'
      name: '&6Pears'
      lore:
      - '&cWin 1 diamond!'
      enchants: 0:4, 1:3, 2:1
      amount: 1
      glow: false
  example:
    command:
      command1:
        command: eco give %player% 1000
        delay: 0
      command2:
        command: broadcast %player% has won $1000
        delay: 0
    chance: 5
    gui:
      item: '5:1'
      name: '&aguiName'
      lore:
      - '&cWin 1000 dollars!'
      enchants: 2:4, 1:1, 3:1
      amount: 2
      glow: false
 
chance-gui-name: '&6&lExample'
firework:
  enabled: true
  example:
    power: 1
    effects:
    - flicker:true
    - trail:true
    - with:BALL
    - withColor:255,0,255
    - withFade:0,255,255
particles:
  enabled: true
  type: MOBSPAWNER_FLAMES
  offset-x:
    min: -1.0
    max: 1.0
  offset-z:
    min: -1.0
    max: 1.0
  amount: 10
  id: 0
  data: 0
  speed: 0.1
  radius: 15
crate-particles:
  enabled: true
  type: LARGE_SMOKE
  offset:
    x: 1
    z: 1
  amount: 10
  id: 0
  data: 0
  speed: 0.1
  radius: 15
  delay: 20
sound:
  enabled: true
  type: UI_BUTTON_CLICK
  volume: 5.0
  pitch: 0.0
knockback:
  power-x: 0.25
  power-y: 0.3
  power-z: 0.25



Nefunguje

Kód: Vybrat vše

key:
  name: '&a&lExample Key Name'
  lore:
  - '&b&lExample Key Lore'
  material: TRIPWIRE_HOOK
  data: 0
chest:
  blocks:
  - CHEST
  - ENDER_CHEST
broadcast:
  server: '&6%player% has opened an &8Example &6crate!'
  player: '&aThank you for opening an &8Example &6crate!'
reward:
  sample:
    command:
      command1:
        command: give %player% diamond 1
        delay: 0
      command2:
        command: broadcast %player% has won 1 diamond!
        delay: 0
    chance: 5
    gui:
      item: '5:2'
      name: '&6Pears'
      lore:
      - '&cWin 1 diamond!'
      enchants: 0:4, 1:3, 2:1
      amount: 1
      glow: false
  example:
    command:
      command1:
        command: eco give %player% 1000
        delay: 0
      command2:
        command: broadcast %player% has won $1000
        delay: 0
    chance: 5
    gui:
      item: '5:1'
      name: '&aguiName'
      lore:
      - '&cWin 1000 dollars!'
      enchants: 2:4, 1:1, 3:1
      amount: 2
      glow: false
     
  chleba:
     command:
      command1:
        command: give %player% bread 10
        delay: 0
      command2:
        command: broadcast %player% Vyhral 10 !
        delay: 0
    chance: 5
    gui:
      item: '5:2'
      name: '&6Pears'
      lore:
      - '&cVyhral 10 chleba!'
      enchants: 0:4, 1:3, 2:1
      amount: 10
      glow: false
  500:
    command:
      command1:
        command: eco give %player% 500
        delay: 0
      command2:
        command: broadcast %player% Vyhral 500 dolaru!
        delay: 0
    chance: 5
    gui:
      item: '5:2'
      name: '&6Pears'
      lore:
      - '&cVyhral 500 Dolaru!'
      enchants: 0:4, 1:3, 2:1
      amount: 32
      glow: false
           
chance-gui-name: '&6&lExample'
firework:
  enabled: true
  example:
    power: 1
    effects:
    - flicker:true
    - trail:true
    - with:BALL
    - withColor:255,0,255
    - withFade:0,255,255
particles:
  enabled: true
  type: MOBSPAWNER_FLAMES
  offset-x:
    min: -1.0
    max: 1.0
  offset-z:
    min: -1.0
    max: 1.0
  amount: 10
  id: 0
  data: 0
  speed: 0.1
  radius: 15
crate-particles:
  enabled: true
  type: LARGE_SMOKE
  offset:
    x: 1
    z: 1
  amount: 10
  id: 0
  data: 0
  speed: 0.1
  radius: 15
  delay: 20
sound:
  enabled: true
  type: UI_BUTTON_CLICK
  volume: 5.0
  pitch: 0.0
knockback:
  power-x: 0.25
  power-y: 0.3
  power-z: 0.25
Ještě jednou děkuji.

Uživatelský avatar
variodriver
Příspěvky: 1160
Věk: 15
Registrován: 08 lis 2015, 00:04
Reputation: 25
Bydliště: localhost
Kontaktovat uživatele:

Re: Crates

#2 Příspěvekod variodriver » 31 kvě 2016, 21:54

Dodej kdyžtak log.
Obrázek
ObrázekObrázek

karlik97
Příspěvky: 143
Registrován: 13 srp 2015, 07:28
Reputation: 0

Re: Crates

#3 Příspěvekod karlik97 » 01 čer 2016, 14:00

Kód: Vybrat vše

>stop
> [13:56:05 INFO]: Stopping the server
> [13:56:05 INFO]: Stopping server
Toto by měl byt log
nebo toto

Kód: Vybrat vše

> [13:56:05 INFO]: Stopping FakaHedaMinequery server
> [13:56:05 INFO]: *-=-=-=-=-=-=-=-=-=-* MyCommand *-=-=-=-=-=-=-=-=-=-=-*
> [13:56:05 INFO]: | Tasks : Stopped all.
> [13:56:05 INFO]: | Version : 5.3.3
> [13:56:05 INFO]: | Author : emmerrei a.k.a Ivanpro

Uživatelský avatar
pitilon@seznam.cz
Příspěvky: 3999
Registrován: 16 lis 2014, 06:32
Reputation: 57
Kontaktovat uživatele:

Re: Crates

#4 Příspěvekod pitilon@seznam.cz » 01 čer 2016, 15:27

log = celý záznam z konzole
Obrázek
Ať už si lidé myslí cokoli cokoli dělají nebo říkají neberte osobně. Názory druhých odpovídají tomu čemu tito lidé věří a proto ať si o vás myslí cokoli ve skutečnosti se vás to netýká. Vždy to vypovídá jen a jen o nich.
Není hanba být zabit cheaterem, ale cheatovat a být zabit.
Nejsem nerozumný. Jen nemám ten samý rozum jako vy.

Obrázek
FH Discord: http://discord.fakaheda.eu/


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Google [Bot] a 32 hostů