Need price suggestion for plugin please

Status
This thread has been locked.
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

lit

Premium
Feedback score
0
Posts
61
Reactions
31
Resources
0
this would take so much memory on your servers end, you'd have to have a great server for this to even be possible
 

lit

Premium
Feedback score
0
Posts
61
Reactions
31
Resources
0
what if the data went to a mysql data base?
Still would need a lot of memory. It's feasible if you have a low player count (under 50 unique joins). If you have more than that though it'll be tough on your server.
 

Traumatic

Feedback score
0
Posts
68
Reactions
38
Resources
0
Still would need a lot of memory. It's feasible if you have a low player count (under 50 unique joins). If you have more than that though it'll be tough on your server.
true true well thank you for you're help :)
 

Fire

Always DM me here before dealing via Discord.
Supreme
Feedback score
74
Posts
3,045
Reactions
1,745
Resources
0
this would take so much memory on your servers end, you'd have to have a great server for this to even be possible
Enderchest contents are stored in a file, each file is named after the UUID of the player. Therefor all a plugin would need to do, is allow an admin to type a command, get the player name string from the command check with the mojang servers to get the UUID of that player, then simply open read the enderchest file for that UUID.
 

lit

Premium
Feedback score
0
Posts
61
Reactions
31
Resources
0
Enderchest contents are stored in a file, each file is named after the UUID of the player. Therefor all a plugin would need to do, is allow an admin to type a command, get the player name string from the command check with the mojang servers to get the UUID of that player, then simply open read the enderchest file for that UUID.
talking about the inventory part of it
 
Status
This thread has been locked.
Top