Question
I'm trying to install WorldEdit, and I've done the following:
- Gotten the craftbukkit JAR,
- run it, stopped it,
- replaced world with my save from single,
- run again, stopped again,
- copied WorldEdit.jar into plugins,
- tried
//hpos1
and other WorldEdit commands.
I get the following error:
You don't have permission to do this
What causes this? (I'm on a Mac, if that's a factor)
Answer
Due to the nature of worldedit, worldedit requires you to specify permissions, either the build in, or by using a permissions plugin
Worldedit uses the WEPIF (WorldEdit Permissions Interoperability Framework) to handle permissions.
If you're not using a permissions plugin, the easiest way is using Flat file permissions which allows you to simply give yourself all permissions by editing two files in the root of your server (same location as bukkit itself):
perms_groups.txt
admins:*
perms_users.txt
sk89q:admins:*
(replace sk89q with your username)
There's a list of permissions, on the Worldedit Wiki which can help you if you want to further specify permissions
Check more discussion of this question.
No comments:
Post a Comment