Skip to content
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

Document player's gamemode #28

Open
Owehttamy opened this issue Oct 30, 2019 · 4 comments
Open

Document player's gamemode #28

Owehttamy opened this issue Oct 30, 2019 · 4 comments

Comments

@Owehttamy
Copy link

Owehttamy commented Oct 30, 2019

Example:

{
  "teams": [
    {
      "id": "cyan",
      "name": "Cyan",
      "color": "dark aqua",
      "gamemode": "survival",
      "min": 1,
      "max": 40
    }
  ]
}

Type attributes:

Attribute Description Value
survival Players have full access when interacting with the environment String
adventure Players are unable to place and destroy blocks String

Note that survival mode is default.

We could include creative and spectator mode, but I don't think they would be used in any manner. If we decide not to include creative and spectator mode, we could convert to boolean.

@BennyDoesStuff
Copy link
Collaborator

This doesn’t exist in TGM, to my knowledge

@Owehttamy
Copy link
Author

Tqnk made a pr for it here

@BennyDoesStuff
Copy link
Collaborator

Ahh I see, the issue though is that it hasn’t been merged yet. You usually shouldn’t make issues for something until it’s merged into the master branch. We’ll keep this issue open for now, but I’m not 100% sure if that’s going to be merged soon or not. Jorge can clarify that ~

@Owehttamy
Copy link
Author

Tqnk's pr has now been merged. ヽ༼ຈل͜ຈ༽ノ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants