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

Permissions Groups Tutorial 1.7 werden nicht geupdated #50

Open
TTTheKing opened this issue Feb 21, 2014 · 0 comments
Open

Permissions Groups Tutorial 1.7 werden nicht geupdated #50

TTTheKing opened this issue Feb 21, 2014 · 0 comments
Labels

Comments

@TTTheKing
Copy link
Member

Permission groups im tutorial Mode werden nicht geupdatet seit 1.7. Aber der betrefende code wird ausgeführt.
DPlayer.java Linie 156:
if (gworld.isTutorial) {
p.permission.playerAddGroup(this.player, p.mainConfig.tutorialEndGroup);
p.permission.playerRemoveGroup(this.player, p.mainConfig.tutorialStartGroup);
}

auf DRE ist jetzt folgende cracklösung. halt unschön aber funktioniert... :
p.getServer().dispatchCommand(p.getServer().getConsoleSender(), "pex user "+player.getName()+" group set "+p.mainConfig.tutorialEndGroup);

@TTTheKing TTTheKing added the bug label Feb 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant