Bukkit coding HELP

Status
This thread has been locked.

chelsea1124

⚔️professional config and server creator⚔️
Premium
Feedback score
17
Posts
423
Reactions
53
Resources
3
How do I stop the GUI interfering with one another?

2019-05-09_16-11-19.gif


Code:
Listener class: https://hastebin.com/elujumibox.java
GUI class https://hastebin.com/opatumojud.java
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

chelsea1124

⚔️professional config and server creator⚔️
Premium
Feedback score
17
Posts
423
Reactions
53
Resources
3
What's happening exactly?
As you can see in the GIF when a player joins the makes the other players GUI update to there GUI when I don't want that I need it to be different to each player on join.
 

Tabbin

Java Developer
Supreme
Feedback score
20
Posts
777
Reactions
512
Resources
0
when creating your inventory, set the owner to the player instead of null

edit: don't make your inventory static either
 
Last edited:

chelsea1124

⚔️professional config and server creator⚔️
Premium
Feedback score
17
Posts
423
Reactions
53
Resources
3
when creating your inventory, set the owner to the player instead of null

edit: don't make your inventory static either
How do i set the owner to the player ?
 

2ta

"I'm a budget character"
Premium
Feedback score
2
Posts
124
Reactions
50
Resources
0
Do you still need help? This is a simple fix.
 
Status
This thread has been locked.
Top