Recent content by adam_nox

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  1. A

    Player dat nbt editing, is it possible?

    Long long ago, I used a plug in conjunction with skript to edit 4 components of player nbt: movement speed, base ranged attack, base melee attack, fall damage. Or maybe one of those was base defense. Anyway, these were values stored in the player nbt data. Searching I see a LOT of stuff about...
  2. A

    Is it possible to edit how many hearts show?

    Looks like that expression or whatever requires the addon Skquery. I did something similar, but I just reduced damage. So if someone has 1000 health, damage gets divided by 50. I don't think there's a functional difference, but that depends on fractions of health damage being recorded by the...
  3. A

    Coming from bukkit 1.6.4 - A lot is broken, could use some help.

    yup the if statement isn't catching it, maybe mob names are different. Wonder if there's a simpler way to do this. Thanks again. Going to consider this general topic resolved since the errors are gone. Thanks!
  4. A

    Coming from bukkit 1.6.4 - A lot is broken, could use some help.

    No console errors. Just doesn't do anything in game when an enemy is damaged. Their name is set, I've gotten messages, so I feel like maybe the trigger is the problem or the if statement after, maybe enemies are referenced differently?
  5. A

    Coming from bukkit 1.6.4 - A lot is broken, could use some help.

    Thanks, both the chunk generate and else error went away. I think maybe it has to do with variable generation that other errors were messing with? I honestly don't know at this point. But if you would indulge me, and I will try to research what is wrong with my syntax, I have code that is...
  6. A

    Coming from bukkit 1.6.4 - A lot is broken, could use some help.

    Thanks, making changes now. Do you know how to resolve the chunk generate "no location" error? Also the else complaint. The code looks like this: while player is riding a minecart: loop 10 times: wait 2 ticks {rocket.%player%} is "yes"...
  7. A

    Coming from bukkit 1.6.4 - A lot is broken, could use some help.

    2.2-dev32d localthunder (not working, won't load) PowerNBT (unsure of status, no errors though) mcMMO MythicDrops terraincontrol Vault 1.6.1 (though skript apparently doesn't like it.) xpmultiplier (again not sure on status, if it has any effect on this version of spigot)
  8. A

    Coming from bukkit 1.6.4 - A lot is broken, could use some help.

    I hate to sound lazy, but I don't want to relearn skript from scratch, especially since most of it seems to still be intact. But I'm getting all sorts of errors and issues with my scripts taken from an older skript from a few years ago to the newest one for spigot 2.12. Here's what the console...