-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #902 from rumickon/uuidfix
Use UUID. Fix /cremoveall, /climits, /lwc admin purge <player>
- Loading branch information
Showing
2 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6528722
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This lags like no tomorrow.
6528722
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@andrewkm Did it only start after this? The only changes look like they're in places only used by commands (listed in the msg).
6528722
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hidendra yes we did this months ago xP
http://i.imgur.com/qozB57w.png
Exact same way, it is absolute lag destruction. Server death. Cats die. Etc. (Upon using the commands)
We reverted immediately. (We run our own LWC builds now since I thought you've gone totally MIA)
We just ended up agreeing with the fact cremoveall will forever be broken.
CC: @JamieSinn
6528722
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, can confirm. Living hell on lag.
6528722
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fair enough. I will go ahead and revert for now @andrewkm
6528722
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I been using that fork since the mojang uuid update and I havent lagged at all, maybe it's because my private limits are low, but it works for me.
Except for the hopper check on private chests that i had to set to false, everything else works fine.
6528722
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The database we have is quite large... several hundred MB. This is also across 3 or so worlds, with the map size being 30k x 30k.
6528722
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Hidendra Any plans on re-adding support for
/lwc admin purge <PLAYERNAME>
? Typing the UUID every time someone needs to be purged is silly.