Closed Scaenicus closed 12 years ago
Yep, I failed on this one. :/
Old: if (player.hasPermission(permission)) { player.sendMessage(strings.getString("norights")); return false; } else { return true; }
Changed to: if (!player.hasPermission(permission)) { player.sendMessage(strings.getString("norights")); return false; } else { return true; }
Will push soon into 1.8.8-dev.
I confirm it's working now (latest 1.8.8-dev). Thank you!
No worries!
When I try to run /backup I get this error: You do not have the rights to run this backup!
Tested with 1.8.7 and 1.8.8-dev
Since the update backup.backup seems to be insufficient to allow manual backups.
PermissionsBukkit info on backup.backup: Default: false Description: Ability to perform backups
Player Scaenicus sets backup.backup to true.
Edit: Scheduled Backup is working fine.