-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update 1.3.1 #22
base: master
Are you sure you want to change the base?
Update 1.3.1 #22
Conversation
Clean up and update for Bukkit > b2311 (MC 1.3.1)
I signed up to tell you... THIS PLUGIN IS TOO AWESOME TO DIE D; |
No worries, it is not dead - I've just been extremely busy recently (and am technically on vacation now...) |
thanks :D I have a friend from an old server who never bought minecraft (nor could). Hes the only guy who i want allowed into the server *that didnt buy the game |
bump? :p |
Still busy - but don't worry, I haven't forgotten about this plugin ;-) |
I tried working on new 1.3.2 but i dont find any clue how to create a serverside only patch. New Session System is too difficulty D: Got any idea? |
I tried compiling the plugin for 1.3.2 using your modification for 1.3.1 and the hosts edit to remove the need for a server mod, but it gives this error on player rename: http://pastebin.com/2aveuK0R Do you have any idea what might be the issue? The client side error seems to be in par3WorldProvider.registerWorld(this); in the constructor of World.java Since that references Packet9Respawn which your code makes use of that makes me think the parameters for Packet9Respawn have changed once more in 1.3.2 and it needs something else to be added/changed, I just don't know what. Edit: I fixed it by changing p9.a and p9.b as well: I don't know why that p9.a = (int)p.getWorld().getSeed(); was in there, if it was actually used in earlier versions, but it isn't now. Works fine with my changes. |
Clean up and update for Bukkit > b2311 (MC 1.3.1)