Jump to content

[Guide]How to change new player spawn


Recommended Posts

  • 1 month later...
  • 1 month later...

For those who want to change all chars new player spawn to the same place. I sugget to use this:

UPDATE char_templates SET x=yourXcoordinate;
UPDATE char_templates SET y=yourYcoordinate;
UPDATE char_templates SET z=yourZcoordinate;

Go to navicat press F6, paste it (don't forget to edit x,y,z) then click enter.

Link to comment
Share on other sites

For those who want to change all chars new player spawn to the same place. I sugget to use this:

UPDATE char_templates SET x=yourXcoordinate;
UPDATE char_templates SET y=yourYcoordinate;
UPDATE char_templates SET z=yourZcoordinate;

Go to navicat press F6, paste it (don't forget to edit x,y,z) then click enter.

 

yeah thats its better :D

Link to comment
Share on other sites

thank you :) only this way is for changing cordinates for new players ? createcharacter.java or etc i saw a something like "template.spawnx, template.spawny, template.spawnz", i think we can change this. Or iam wrong?

Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...