• Hello Guest! Did you know that ProjectKorra has an official Discord server? A lot of discussion about the official server, development process, and community discussion happens over there. Feel free to join now by clicking the link below.

    Join the Discord Server

Recent content by RoboMWM

  1. R

    How to differentiate between ProjectKorra damage and the EntityDamageByEntityEvent

    Well, not so much "fix" than perhaps make it a bit easier for other plugins to detect as such/broadcast that this is a PK damage event. Unless you do some NMS hackery, the damage cause will be an entity. (mcMMO faces a similar situation as well - they fire a FakeEntityDamageEvent which extends...
  2. R

    How to differentiate between ProjectKorra damage and the EntityDamageByEntityEvent

    Yup, and unless PK does it another way (e.g. setHealth and related - please don't do this btw), this will call a damage event. To detect and ignore PK damage in my plugin, I just listen to BendingAbilityDamageEvent, and set metadata to the player affected. Then in the entitydamageevent listener...
  3. R

    Complete Join Message Edits and Ideas

    As for shortening, I think [PK] could suffice. Perhaps you could optionally allow some of the more frequent messages to use the "shortened" prefix.
  4. R

    [Deleted] JedCore

    Not even a restart remedied this. It's clearly on and unable to be disabled by another player (I had disabled it for me via command before disabling via board.yml). This doesn't appear to be the case. From my very brief look at the code, I don't see any check for boards.yml, at least not when...
  5. R

    [Deleted] JedCore

    So, I have the bending board disabled in board.yml (Settings.Enabled: false). However, it seems all this does is disable the /bending board command. Could this setting please disable this plugin from touching anything related to scoreboards, as it breaks most other plugins that use the scoreboard.
  6. R

    [Deleted] Bending Menu

    The latest version? It's a lot easier for me to update since I can't wget from this site.
  7. R

    [Deleted] Bending Menu

    Mind pushing the source to GitHub?
Top