Search results

  1. Joshua CC

    changing block type

    placed.getLevel().setBlockAt();
  2. Joshua CC

    Run functions when the player is completely joined in?

    A packet is called when the player is fully initialized, it's "SetLocalPlayerAsInitializedPacket" on DataPacketReceiveEvent, here's a snippet @EventHandler public void onDataPk(DataPacketReceiveEvent event) { if (event.getPacket() instanceof...
  3. Joshua CC

    Map reset after server restart

    you make a back ups for the worlds to a backup folder if it doesn't exist, then if you want to reset it, just copy all the files from the backup world you did to the current world folder where your world is located (Worlds/Map-1 -> Backup Worlds/Map1) - copy files from folder if backup doesn't...
  4. Joshua CC

    Spider-Abilities

    Joshua CC updated Spider-Abilities with a new update entry: Venom Bite ability changes Read the rest of this update entry...
  5. Joshua CC

    Spider-Abilities - Venom Bite ability changes

    Changes: Venom Bite ability [+] Changed the velocity to make it logical between the enemy and player's distance. [+] Check if player's bounding box collided with target's bounding box instead of checking per entities of the player if they're close enough to it.
  6. Joshua CC

    Spider-Abilities

    Joshua CC updated Spider-Abilities with a new update entry: Venom Bite range not accurate fix Read the rest of this update entry...
  7. Joshua CC

    Spider-Abilities - Venom Bite range not accurate fix

    Fixes: [+] Fixed venom bite's range to be accurate (12 blocks increment per level). Author: I should probably check my code often before submitting, sorry! :p (Also check out my showcase video in the Overview if you're confused about how the new abilities work xD)
  8. Joshua CC

    Spider-Abilities

    Joshua CC updated Spider-Abilities with a new update entry: 1.3.5 - New abilities and implementations Read the rest of this update entry...
  9. Joshua CC

    Spider-Abilities - 1.3.5 - New abilities and implementations

    Abilities: [+] Added Venom Bite and Web Shoot abilities, read from the Overview on how to use them! Config Additional: MUST ADD IN YOUR CONFIG FILE!! In-Game Settings: Maximum Distance: 3 Maximum Length: 3 Command Responses: Incorrect-Item-Helmet Message: "&cYou must have a helmet in your...
  10. Joshua CC

    Spider-Abilities

    Joshua CC submitted a new resource: Spider-Abilities - A for-fun plugin to simulate Spider abilities. Read more about this resource...
  11. Joshua CC

    Spider-Abilities 1.3.7

    Description: A for-fun plugin to simulate Spider abilities. Feel free to ask questions and give feedback to me in Discord or here, don't be shy! If you have any problems with the plugin, try re-downloading it because I constantly send updates without posting it to reduce spam and bumping the...
  12. Joshua CC

    IceMan-1.0

    Joshua CC updated IceMan-1.0 with a new update entry: Not working bug Read the rest of this update entry...
  13. Joshua CC

    IceMan-1.0 - Not working bug

    -Fixed a small bug where it doesn't work sometimes when unequipped. (oopsies)
  14. Joshua CC

    IceMan-1.0

    Joshua CC updated IceMan-1.0 with a new update entry: Added lore check and fixed overriding existing lore on an item Read the rest of this update entry...
  15. Joshua CC

    IceMan-1.0 - Added lore check and fixed overriding existing lore on an item

    1.2.1 - Lore override fix Code Implements: Added a new method to add the lore enchantment without overriding existing lore on the item! Config Updates: Has-Enchanted Message: "&aYou have already enchanted this item with Ice Walker!" Checks if the item already has the enchantment in it for the...
  16. Joshua CC

    IceMan-1.0

    Joshua CC submitted a new resource: IceMan-1.0 - A Nukkit plugin for simulation of Iceman's ability. Read more about this resource...
  17. Joshua CC

    IceMan-1.0 1.2.2

    Description: A Nukkit plugin for simulation of Iceman's ability. (refer to Annihilation's Kit) This only has the water freezing feature as it's intended to be like that. Fully configurable for both command responses and the enchantment. Commands: Command Description /iceboots (radius)...
Top