Look here for the list of permission nodes for ModifyWorld2 http://www.minecraft...rformance-mods/ I don't see item pickup listed nor mob target. Also, I don't even know how to add the ability to stop mobs following you. Item pickup is a different story however.
Ok, sorry for the confusion. I thought that it had all the commands the original modifyworlds had. But those commands should be enough thanks A LOT for all the help! This is the list I was getting the commands from: https://github.com/P...iki/Modifyworld
Implementing the commands won't be hard, especially since the developer for Modifyworld (original) gives out the source code: https://github.com/P...ins/Modifyworld Sorry if I sound pushy/mean, I, in no intent am mad at you for not implementing everything yet. I know how hard it is to be a mod developer.
Depends on which ModifyWorld2 your talking about If you mean the one I gave you, Alpha originally developed it, as well as MyTown, aperf, and PEX (included with ForgePerms). Alpha did a mostly direct port of the Bukkit plugin versions of both PEX and ModifyWorld. I am just maintaining everything right now, and the source code of everything is always available on my github page (Minus ModifyWorld2 at the moment). First post has all the other repos though. Feel free to browse the code and submit pull requests I will put a repo for ModifyWorld2 up really quick.
Depends on which ModifyWorld2 your talking about If you mean the one I gave you, Alpha originally developed it, as well as MyTown, aperf, and PEX (included with ForgePerms). Alpha did a mostly direct port of the Bukkit plugin versions of both PEX and ModifyWorld. I am just maintaining everything right now, and the source code of everything is always available on my github page (Minus ModifyWorld2 at the moment). First post has all the other repos though. Feel free to browse the code and submit pull requests I will put a repo for ModifyWorld2 up really quick.
Sounds great, right after you posted I changed my post around a little. Anyways, I will definitely look into it!
Thanks!
Lol, I see that. Like I said, I didn't originally create ModifyWorld2, Alphaest did at this post http://www.minecraftforum.net/topic/1650110-mytown-aperf-server-protection-and-performance-mods/ and I never felt the need for it to use my ForgePerms mod for permissions seeing as everyone seemed to be using MCPC+ more, which is why I developed ForgePerms It makes a central location for forge based mods to access permission systems (both forge pex included with ForgePerms, and any Bukkit permission system that works with vault). It really helps bridge the gap between forge and bukkit even more I think.
Apparently github is not working at the moment, at least for me.
Lol, I see that. Like I said, I didn't originally create ModifyWorld2, Alphaest did at this post http://www.minecraft...rformance-mods/ and I never felt the need for it to use my ForgePerms mod for permissions seeing as everyone seemed to be using MCPC+ more, which is why I developed ForgePerms It makes a central location for forge based mods to access permission systems (both forge pex included with ForgePerms, and any Bukkit permission system that works with vault). It really helps bridge the gap between forge and bukkit even more I think.
Apparently github is not working at the moment, at least for me.
Yea, I hear you. To bad Terrafirmacraft is not compatible with MCPC-Plus D:
One more question (I hope :P)
Is it possible for a admin to own/be in multiple towns? I would like my server to have a spawn town, and I would also like to make my own town with friends!
Thanks!
Hey lego, its Turnip (the admin from mc-beast), i had a recommendation for mytown if its possible, i was thinking it would be convienient to implement a way to claim a large amount of chunks at once using maybe a marking system of some sort in opposite corners of the area you want to claim and then a command that would confirm that selection and add it to your towns claims.
One more question (I hope :P)
Is it possible for a admin to own/be in multiple towns? I would like my server to have a spawn town, and I would also like to make my own town with friends!
Thanks!
/ta new (TOWNNAME) (made-up username)
Claim areas with /ta claim (made-up username)
Then you can manage it with /ta perm
Ellmighty, I have thought about adding that feature and will probably add it soon.
x410x, the latest version of MyTown should work without problem, make sure you have ForgePerms correctly installed correctly and if your running MCPC+ that you have ForgePermsCBBridge installed to the plugins folder and have vault and some form of permission system installed (PermissionEX, GroupManager, etc.)
This just keeps getting weirder. Some back ground, on mcpc+ build 48, mytown 1.6.1.5, forgeperms 1.6.1.0 w/o pex, forgeperms cbbridge 1.1.6 and groupmanager [perms]. With this build and adding the following to my bukkit.yml:
everything works flawlessly, I can make towns, set homes, list home and delete them. How ever once I update mytown to 1.6.1.7, I can no longer use /t, tells me "You cannot access this command", even as op with "*". Another strange thing is if I use /t spam, it wont tell me the same thing, telling me "[INFO] Unknown command. Use tab for autocomplete or /t help to find correct commands. Commands are different based on your town rank.". Like if I try to use /t spawn on a town with no spawn set i get " [INFO] Town spawn isn't set", but on a town with one set "You cannot access this command". Whats changed from .5 to .7? Can I just stay on .5 and be fine or is this a bug of some kind?
Nothing should have changed from .5 to .7 that would cause anything that weird. You can stay on .5 no problem, and I am not sure what is causing that at all. I will have to look into it.
The Meaning of Life, the Universe, and Everything.
Location:
South Carolina, USA
Join Date:
4/6/2012
Posts:
42
Minecraft:
D3va5t4t10n
Member Details
How do I set the town spawn for the "fake Username" town?
And also, I don't know if this is related to your mod but, I made a command block and did the command:
tp @p 175 67 765
and nothing happed. Command Blocks in enable and I tried:
say Hi
and that worked. and
setspawn @p 175 67 765 Does not work either. Any Ideas?
Typically, I make a town with me as the mayor, setup everything including spawn, then set the mayor with the admin command (cant remember off the top of my head).
Typically, I make a town with me as the mayor, setup everything including spawn, then set the mayor with the admin command (cant remember off the top of my head).
Ok, I'll Try that!
-Edit-
Works!
Also, is it possible to set a different spawnpoint for each group? IE: If a guest joins, they will spawn in a the tutorial room, telling them how to apply to be a member. If they do /spawn it will take then back to that room.
If a member joins, they will spawn at the main spawn place, if they die/do /spawn, they will be taken to the spawn place.
Hello, i was trying to setup a town but some of the chests i wanted to be open to the public in the plot i did /mytown perm plot set out loot and they still cant open chests there. if i set it to build they can do anything but i dont want them to be able to break anything.
Dunno if this is what you wanna do but try
/t perm plot set out access
Ok, sorry for the confusion. I thought that it had all the commands the original modifyworlds had. But those commands should be enough thanks A LOT for all the help! This is the list I was getting the commands from: https://github.com/P...iki/Modifyworld
Implementing the commands won't be hard, especially since the developer for Modifyworld (original) gives out the source code: https://github.com/P...ins/Modifyworld Sorry if I sound pushy/mean, I, in no intent am mad at you for not implementing everything yet. I know how hard it is to be a mod developer.
Thanks for your time!
Sounds great, right after you posted I changed my post around a little. Anyways, I will definitely look into it!
Thanks!
Apparently github is not working at the moment, at least for me.
Yea, I hear you. To bad Terrafirmacraft is not compatible with MCPC-Plus D:
Ok, thanks!
One more question (I hope :P)
Is it possible for a admin to own/be in multiple towns? I would like my server to have a spawn town, and I would also like to make my own town with friends!
Thanks!
/ta new (TOWNNAME) (made-up username)
Claim areas with /ta claim (made-up username)
Then you can manage it with /ta perm
No Problem!
Finally!!! After 7 hours of making my permissions, I'm done!
The first 4 hours were just trying to figure out how to get modifyworld to work! xD
This just keeps getting weirder. Some back ground, on mcpc+ build 48, mytown 1.6.1.5, forgeperms 1.6.1.0 w/o pex, forgeperms cbbridge 1.1.6 and groupmanager [perms]. With this build and adding the following to my bukkit.yml:
everything works flawlessly, I can make towns, set homes, list home and delete them. How ever once I update mytown to 1.6.1.7, I can no longer use /t, tells me "You cannot access this command", even as op with "*". Another strange thing is if I use /t spam, it wont tell me the same thing, telling me "[INFO] Unknown command. Use tab for autocomplete or /t help to find correct commands. Commands are different based on your town rank.". Like if I try to use /t spawn on a town with no spawn set i get " [INFO] Town spawn isn't set", but on a town with one set "You cannot access this command". Whats changed from .5 to .7? Can I just stay on .5 and be fine or is this a bug of some kind?
And also, I don't know if this is related to your mod but, I made a command block and did the command:
tp @p 175 67 765
and nothing happed. Command Blocks in enable and I tried:
say Hi
and that worked. and
setspawn @p 175 67 765 Does not work either. Any Ideas?
Ok, I'll Try that!
-Edit-
Works!
Also, is it possible to set a different spawnpoint for each group? IE: If a guest joins, they will spawn in a the tutorial room, telling them how to apply to be a member. If they do /spawn it will take then back to that room.
If a member joins, they will spawn at the main spawn place, if they die/do /spawn, they will be taken to the spawn place.
Is that possible?
Tested, Does not work D: That would be VERY helpful for setting a spawn town.
Use /t claim rect number, so /t claim rect 1 claims a 3*3 with you standing in the center.
Ok, thanks!
Dunno if this is what you wanna do but try
/t perm plot set out access