Stránka 1 z 1

Essentials teleport spoždění

Napsal: 11 led 2015, 10:15
od 11xam11
Server: 93.91.250.146:27224

Zdar lidi, mám problém s teleport spožděním pro vip.. Např.: když napíšu /spawn tak mě to portne u normálního hráče za 7 sek a u VIP taky, ale já chci, aby u VIP sem se portnul za 5 sek. Jak to nastavím ? Na minecraft foru jsem se docetl, že to jde přes

Kód: Vybrat vše

    - essentials.teleport.cooldown.5
    - essentials.teleport.invulnerability.5
    - essentials.teleport.delay.5

Podle mě se to dává do permissions do té skupiny co chci aby se portovala rychleji ne? Ale nefunguje to :(
Díky za odpovědi.

Re: Essentials teleport spoždění

Napsal: 11 led 2015, 14:10
od MarekBurget
- essentials.teleport.invulnerability.5

je ochrana ked sa portne niekam.

že treba sa odportne na spawn, tak 5 sekund do neho utočit nemožu.

Re: Essentials teleport spoždění

Napsal: 11 led 2015, 15:55
od 11xam11
No to je sice pěkný, ale mně to nefunguje .. Pořád se portuju 7 sekund s VIP

Re: Essentials teleport spoždění

Napsal: 11 led 2015, 17:35
od mawej1
Ak sa nemylim, v configu je moznost teleport-delay - lenze to funguje len globalne. Asi najlahsi sposob je pouzit plugin booscooldown, kde si mozes nastavit warmup (pred teleportom), cooldown (po teleporte) a napriklad aj cenu. Robi presne to co chces - ine "meskanie" prikazu pre viac skupin. Vsetky informacie najdes na bukkitovej stranke pluginu.

Re: Essentials teleport spoždění

Napsal: 12 led 2015, 17:46
od ProfesorG
Je možnost použít permissi essentials.teleport.bypass, cooldown na portu se úplně vypne.

Re: Essentials teleport spoždění

Napsal: 12 led 2015, 21:22
od 11xam11
ProfesorG píše:Je možnost použít permissi essentials.teleport.bypass, cooldown na portu se úplně vypne.

Tohle, ale nechci chci jen, aby se to spomalilo


mawej1 píše:Ak sa nemylim, v configu je moznost teleport-delay - lenze to funguje len globalne. Asi najlahsi sposob je pouzit plugin booscooldown, kde si mozes nastavit warmup (pred teleportom), cooldown (po teleporte) a napriklad aj cenu. Robi presne to co chces - ine "meskanie" prikazu pre viac skupin. Vsetky informacie najdes na bukkitovej stranke pluginu.


Tady to funguje, ale na všechny příkazy nebo se to dá nastavit i tak, aby to bylo jen na teleporty ? Jestli ano, tak jak ? Tady je config:
Spoiler: zobrazit

Kód: Vybrat vše

options:
  options:
    warmups_enabled: true
    cooldowns_enabled: true
    prices_enabled: true
    item_cost_enabled: true
    xp_cost_enabled: true
    limits_enabled: true
    auto_save_enabled_CAN_CAUSE_BIG_LAGS: false
    save_interval_in_minutes: 15
    cancel_warmup_on_damage: false
    cancel_warmup_on_move: false
    cancel_warmup_on_sneak: false
    cancel_warmup_on_sprint: false
    cancel_warmup_on_gamemode_change: false
    block_interact_during_warmup: false
    clear_on_restart: false
    clear_uses_on_death: false
    clear_cooldowns_on_death: false
    start_cooldowns_on_death: false
    command_logging: false
    command_signs: false
  units:
    seconds: seconds
    minutes: minutes
    hours: hours
  messages:
    warmup_cancelled_by_damage: '&6Warm-ups have been cancelled due to receiving damage.&f'
    warmup_cancelled_by_move: '&6Warm-ups have been cancelled due to moving.&f'
    warmup_cancelled_by_sprint: '&6Warm-ups have been cancelled due to sprinting.&f'
    warmup_cancelled_by_sneak: '&6Warm-ups have been cancelled due to sneaking.&f'
    warmup_cancelled_by_gamemode_change: '&6Warm-ups have been cancelled due to changing
      gamemode.&f'
    cooling_down: '&6Wait&e &seconds& &unit&&6 before you can use command&e &command&
      &6again.&f'
    warming_up: '&6Wait&e &seconds& &unit&&6 before command&e &command& &6has warmed
      up.&f'
    warmup_already_started: '&6Warm-Up process for&e &command& &6has already started.&f'
    paid_error: '&6An error has occured:&e %s'
    insufficient_funds: '&6You have insufficient funds!&e &command& &6costs &e%s &6but
      you only have &e%s'
    paid_for_command: '&6Price of&e &command& &6was&e %s &6and you now have&e %s'
    paid_items_for_command: '&6Price of&e &command& &6was &e%s'
    paid_xp_for_command: '&6Price of&e &command& &6was &e%s levels'
    insufficient_items: '&6You have not enough items!&e &command& &6needs &e%s'
    insufficient_xp: '&6You have not enough XP!&e &command& &6needs &e%s'
    limit_achieved: '&6You cannot use this command anymore!&f'
    limit_list: '&6Limit for command &e&command&&6 is &e&limit&&6. You can still use
      it &e&times&&6 times.&f'
    interact_blocked_during_warmup: '&6You can''t do this when command is warming-up!&f'
    cannot_create_sign: '&6You are not allowed to create this kind of signs!&f'
    cannot_use_sign: '&6You are not allowed to use this sign!&f'
commands:
  groups:
    default:
      /command parameter:
        cooldown: 2
      /commandwithparameters *:
        cooldown: 5
      /anothercommand:
        cooldown: 2
      /yetanothercommand:
        warmup: 5
        price: 10.0
        limit: 5
        potion: WEAKNESS,3
      /test:
        message: You just used /test!
        itemcost: STONE,10
        xpcost: 6
      '*':
        warmup: 1
        cooldown: 1
        price: 0.0
        limit: -1
    vip:
      /command *:
        warmup: 5
  links:
    link:
      /lol: default
      /example: default
      /command: default
      /yourCommandHere: yourNameHere
    linkGroups:
      default:
      - /lol
      - /example
      yourNameHere:
      - /yourCommandHere
      - /someCommand
      - /otherCommand
  aliases:
    /newcommand: /originalcommand
    /new spawn command: /original spawn command

Re: Essentials teleport spoždění

Napsal: 13 led 2015, 19:22
od mawej1
Prepac, pokial ti poradim zle, ale podla mna to je takto:

Kód: Vybrat vše

commands:
  groups:
    default: #Nazov skupiny
      /warp *: #Znak * znamena, ze bude fungovat na vsetky warpy (na vsetky prametre)
        warmup: 5 #Kolko sekund potrva, nez sa prikaz spusti?
        price: 5 #Nepotrebne - Je velmi vela moznosti, ktore mozes vyuzit


Podobnym sposobom pridavas dalsie skupiny

Re: Essentials teleport spoždění

Napsal: 14 led 2015, 18:07
od 11xam11
Jo jo díky moc, už jsem na to přišel i sám .. +Karma