WorldGuard region effects

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Uživatelský avatar
newshift
Příspěvky: 297
Registrován: 20 čer 2013, 15:41
Reputation: 0

WorldGuard region effects

#1 Příspěvekod newshift » 20 kvě 2016, 14:41

Server: 82.208.17.11:27979

http://mods.curse.com/bukkit-plugins/minecraft/worldguard-region-effects

ahoj mam problem s tymto pluginem chcu nastavit v regionu Haste ale jak dam haste tak unknown potion type: haste

/region flag reg effects speed 2,jump II,damage_resistance 2,haste 2
Obrázek

LukixCZ
Příspěvky: 234
Věk: 25
Registrován: 10 lis 2013, 07:55
Reputation: 0

Re: WorldGuard region effects

#2 Příspěvekod LukixCZ » 22 kvě 2016, 10:57

A ostatní ti jdou ? Pokud ano, tak zkus najít název podle stránky: http://minecraft-helpandinfo.weebly.com ... s-ids.html

Jinak WorldGuard máš na nejnovější verzi ? Mohla mít nějaká verze bug, nebo máš starší verzi, kde to ještě ani není.
Připoj se k nám play.southcraft.eu
Zvednutí karmy za spokojenost nic nestojí :)

Uživatelský avatar
Hanakocz
Příspěvky: 3228
Věk: 34
Registrován: 25 črc 2013, 20:53
Reputation: 7
Kontaktovat uživatele:

Re: WorldGuard region effects

#3 Příspěvekod Hanakocz » 22 kvě 2016, 14:12

haste je referencován často jako mining_speed, nebo (v 1.7.10 ) v kódu jako digSpeed

Kód: Vybrat vše

/** The array of potion types. */
    public static final Potion[] potionTypes = new Potion[32];
    public static final Potion field_76423_b = null;
    public static final Potion moveSpeed = (new Potion(1, false, 8171462)).setPotionName("potion.moveSpeed").setIconIndex(0, 0).func_111184_a(SharedMonsterAttributes.movementSpeed, "91AEAA56-376B-4498-935B-2F7F68070635", 0.20000000298023224D, 2);
    public static final Potion moveSlowdown = (new Potion(2, true, 5926017)).setPotionName("potion.moveSlowdown").setIconIndex(1, 0).func_111184_a(SharedMonsterAttributes.movementSpeed, "7107DE5E-7CE8-4030-940E-514C1F160890", -0.15000000596046448D, 2);
    public static final Potion digSpeed = (new Potion(3, false, 14270531)).setPotionName("potion.digSpeed").setIconIndex(2, 0).setEffectiveness(1.5D);
    public static final Potion digSlowdown = (new Potion(4, true, 4866583)).setPotionName("potion.digSlowDown").setIconIndex(3, 0);
    public static final Potion damageBoost = (new PotionAttackDamage(5, false, 9643043)).setPotionName("potion.damageBoost").setIconIndex(4, 0).func_111184_a(SharedMonsterAttributes.attackDamage, "648D7064-6A60-4F59-8ABE-C2C23A6DD7A9", 3.0D, 2);
    public static final Potion heal = (new PotionHealth(6, false, 16262179)).setPotionName("potion.heal");
    public static final Potion harm = (new PotionHealth(7, true, 4393481)).setPotionName("potion.harm");
    public static final Potion jump = (new Potion(8, false, 7889559)).setPotionName("potion.jump").setIconIndex(2, 1);
    public static final Potion confusion = (new Potion(9, true, 5578058)).setPotionName("potion.confusion").setIconIndex(3, 1).setEffectiveness(0.25D);
    /** The regeneration Potion object. */
    public static final Potion regeneration = (new Potion(10, false, 13458603)).setPotionName("potion.regeneration").setIconIndex(7, 0).setEffectiveness(0.25D);
    public static final Potion resistance = (new Potion(11, false, 10044730)).setPotionName("potion.resistance").setIconIndex(6, 1);
    /** The fire resistance Potion object. */
    public static final Potion fireResistance = (new Potion(12, false, 14981690)).setPotionName("potion.fireResistance").setIconIndex(7, 1);
    /** The water breathing Potion object. */
    public static final Potion waterBreathing = (new Potion(13, false, 3035801)).setPotionName("potion.waterBreathing").setIconIndex(0, 2);
    /** The invisibility Potion object. */
    public static final Potion invisibility = (new Potion(14, false, 8356754)).setPotionName("potion.invisibility").setIconIndex(0, 1);
    /** The blindness Potion object. */
    public static final Potion blindness = (new Potion(15, true, 2039587)).setPotionName("potion.blindness").setIconIndex(5, 1).setEffectiveness(0.25D);
    /** The night vision Potion object. */
    public static final Potion nightVision = (new Potion(16, false, 2039713)).setPotionName("potion.nightVision").setIconIndex(4, 1);
    /** The hunger Potion object. */
    public static final Potion hunger = (new Potion(17, true, 5797459)).setPotionName("potion.hunger").setIconIndex(1, 1);
    /** The weakness Potion object. */
    public static final Potion weakness = (new PotionAttackDamage(18, true, 4738376)).setPotionName("potion.weakness").setIconIndex(5, 0).func_111184_a(SharedMonsterAttributes.attackDamage, "22653B89-116E-49DC-9B6B-9971489B5BE5", 2.0D, 0);
    /** The poison Potion object. */
    public static final Potion poison = (new Potion(19, true, 5149489)).setPotionName("potion.poison").setIconIndex(6, 0).setEffectiveness(0.25D);
    /** The wither Potion object. */
    public static final Potion wither = (new Potion(20, true, 3484199)).setPotionName("potion.wither").setIconIndex(1, 2).setEffectiveness(0.25D);
    public static final Potion field_76434_w = (new PotionHealthBoost(21, false, 16284963)).setPotionName("potion.healthBoost").setIconIndex(2, 2).func_111184_a(SharedMonsterAttributes.maxHealth, "5D6F0BA2-1186-46AC-B896-C61C5CEE99CC", 4.0D, 0);
    public static final Potion field_76444_x = (new PotionAbsoption(22, false, 2445989)).setPotionName("potion.absorption").setIconIndex(2, 2);
    public static final Potion field_76443_y = (new PotionHealth(23, false, 16262179)).setPotionName("potion.saturation");
Industry 2.0 -> 1.7.10 GregTech6 server. Pro připojení stačí napsat.
Člen ligy pro aktualizaci serverů na novější verze a rozšíření modovaného MC.
Discord FH : http://discord.fakaheda.eu/ (sem psát pokud chcete poradit s MC mody akutně)

Uživatelský avatar
newshift
Příspěvky: 297
Registrován: 20 čer 2013, 15:41
Reputation: 0

Re: WorldGuard region effects

#4 Příspěvekod newshift » 22 kvě 2016, 15:36

nejde ani mining_speed ani digspeed :Dto kasly
Obrázek

Uživatelský avatar
Hanakocz
Příspěvky: 3228
Věk: 34
Registrován: 25 črc 2013, 20:53
Reputation: 7
Kontaktovat uživatele:

Re: WorldGuard region effects

#5 Příspěvekod Hanakocz » 22 kvě 2016, 15:59

Mno....máš 1.5.2, TAM hledej problém. Nikde jinde.
Industry 2.0 -> 1.7.10 GregTech6 server. Pro připojení stačí napsat.
Člen ligy pro aktualizaci serverů na novější verze a rozšíření modovaného MC.
Discord FH : http://discord.fakaheda.eu/ (sem psát pokud chcete poradit s MC mody akutně)

Uživatelský avatar
newshift
Příspěvky: 297
Registrován: 20 čer 2013, 15:41
Reputation: 0

Re: WorldGuard region effects

#6 Příspěvekod newshift » 23 kvě 2016, 12:09

zas ta tvoje nenavist k 1.5.2 :D
Obrázek

Uživatelský avatar
Hanakocz
Příspěvky: 3228
Věk: 34
Registrován: 25 črc 2013, 20:53
Reputation: 7
Kontaktovat uživatele:

Re: WorldGuard region effects

#7 Příspěvekod Hanakocz » 23 kvě 2016, 15:13

To není nenávist, to je čisté konstatování faktu. Máš starou verzi hry, starou verzi WG a stěžuješ si, že nemáš nové featury....updatuj a pak ti to půjde. Nebo se s tím smiř.

Ps: ještě v 1.7 jde potion efekty volat jen číslem....nevím, jak to měl kdysi wg, můžeš zkusit najít archivní wiki, ale good luck.
Industry 2.0 -> 1.7.10 GregTech6 server. Pro připojení stačí napsat.
Člen ligy pro aktualizaci serverů na novější verze a rozšíření modovaného MC.
Discord FH : http://discord.fakaheda.eu/ (sem psát pokud chcete poradit s MC mody akutně)


Zpět na „Minecraft, Tekkit“

Kdo je online

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