Plastik - Define Creative Area in your SMP server More info in Bukkitdev http://dev.bukkit.org/server-mods/plastik/
i recommend that you make it possible in your plugin - it'll make the plugin a lot more better IMO. I know there are ways to manipulate the inventory via coding but I don't know much about it so I can't help you with coding - but try it (if its possible... i think it is ~) !!
If you hold a temporary array with a list of all the items the user had before they entered the area, and then when the exit, just remove all the items in there inventory and give them back what they already had before they entered the area. Simple, think you can do that? Im not even sure myself if its possible, but ive seen plugins that have the same sort of functionality.
hey i recently got your plugin and updated my perms and put the files in the plugins folder and put the cords into config file but still its not seting me to creative when i get in it
Is there anything stopping a person standing on the creative side of the border from throwing items across to pick up again once they walk over into the survival side?
i dont know where to put the cordinates on the config file i would suggest making it compatable with world-edit or make the config easier like this [cordinate1] [cordinate2]
A few ideas: -Make the area defineable by using the WorldEdit wand. -Make it spawn with some kind of marker (maybe red wool?). -Make two separate inventories saved for each person- one for survival mode and one for creative mode. Add these and I will use this, otherwise it would be very problematic (for me at least).