ImIllusion
Member
- Joined
- August 19, 2018
- Messages
- 26
- Points
- 7
- Age
- 24
Minecraft Username:
What is the suggestion about?
Game-mode(s) / Platform(s):
Description:
How can this idea help to improve JartexNetwork?
ImIllusion
What is the suggestion about?
Making all players be able to pickup items in generators
Game-mode(s) / Platform(s):
BedWars
Description:
By using the PlayerItemPickUp event and checking if a player is near a generator, bedwars generators can get a boost by making all players get items from the generators, it helps a lot in the start where 1 player keeps getting all items while the others just stand there and wait for that 1 player to leave.
Bit more detail:
on PlayerItemPickUp event, check if the player is 1 block near a generator and check if there are players near the generator (1 block in every direction) and give those players the item BUT the player that picked it up (Player p = e.getPlayer()
Bit more detail:
on PlayerItemPickUp event, check if the player is 1 block near a generator and check if there are players near the generator (1 block in every direction) and give those players the item BUT the player that picked it up (Player p = e.getPlayer()
How can this idea help to improve JartexNetwork?
Will make bedwars more appealing, less annoying as generators are somewhat badly worked