-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add spawn module #1
base: master
Are you sure you want to change the base?
Conversation
Looks good. However if try to use the commands from console, you don't get any response. It would probably be best if you could use |
The edit: what, did a comment just disappear or something |
@wizjany Didn't thank anyone would notice, haha. I figured out the answer anyway. I looked at the teleport module at first and based the sender type off of that. |
…aw and pitch when setting spawn
Err I realized that this module doesn't actually change your spawn point. Also, I was originally thinking about changing the world's spawn position. |
|
Oh wait nevermind. I didn't see PlayerRespawnEvent for some reason. Does this get fired for when the first time a player joins the server? |
Hmm I don't think so, might need another way to tackle the initial spawn. |
In the mean time, I might just add a module to change the world spawn. It doesn't handle other dims of course. |
Pretty interested in this, so thought I'd help out where I could. If this is up to standards, I'd be happy to create some other modules, perhaps some of the easier ones if you want to focus on the more complicated once. If you're not interested in pull requests, that's totally fine too.