Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming12846 committed Apr 23, 2023
1 parent fb25d69 commit c56a29f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ You always wanted to troll your friends in Minecraft and watch their reactions?

- Blocklist
- Open target inventory (Invsee)
- Open target enderchest (Invsee enderchest)
- Kill target
- Teleport target
- Vanish (Target and all)
Expand All @@ -30,6 +31,7 @@ You always wanted to troll your friends in Minecraft and watch their reactions?
- Mob spawner
- Slowly kill
- Random scary sound
- Inventory drop
- Rocket
- Fake ban
- Fake op
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public boolean onCommand(CommandSender sender, Command cmd, String label, String
VMConstants.TROLL_MENU.setItem(30, ItemBuilder.createItemWithLore(Material.SPAWNER, 1, ChatColor.WHITE + "Mob spawner " + VMConstants.STATUS_MOB_SPAWNER, Collections.singletonList("Spawn random mobs at the target")));
VMConstants.TROLL_MENU.setItem(32, ItemBuilder.createItemWithLore(Material.SKELETON_SKULL, 1, ChatColor.WHITE + "Slowly kill " + VMConstants.STATUS_SLOWLY_KILL, Collections.singletonList("Slowly kills the target")));
VMConstants.TROLL_MENU.setItem(34, ItemBuilder.createItemWithLore(Material.MUSIC_DISC_11, 1, ChatColor.WHITE + "Random scary sound", Collections.singletonList("Play a random scary sound to scare the target")));
VMConstants.TROLL_MENU.setItem(36, ItemBuilder.createItemWithLore(Material.EGG, 1, ChatColor.WHITE + "Inventory drop", Collections.singletonList("Drop all items in the inventory from the target")));
VMConstants.TROLL_MENU.setItem(36, ItemBuilder.createItemWithLore(Material.EGG, 1, ChatColor.WHITE + "Inventory drop", Collections.singletonList("Drop all inventory items from the target")));
VMConstants.TROLL_MENU.setItem(38, ItemBuilder.createItemWithLore(Material.FIREWORK_ROCKET, 1, ChatColor.WHITE + "Rocket", Collections.singletonList("Launch the target in the air YEET")));
VMConstants.TROLL_MENU.setItem(40, ItemBuilder.createItemWithLore(Material.PAPER, 1, ChatColor.WHITE + "Fake ban", Collections.singletonList("Make the target think they got banned")));
VMConstants.TROLL_MENU.setItem(42, ItemBuilder.createItemWithLore(Material.ENCHANTED_GOLDEN_APPLE, 1, ChatColor.WHITE + "Fake op", Collections.singletonList("Make the target think they got op")));
Expand Down

0 comments on commit c56a29f

Please sign in to comment.