Plugin category: Economy Suggested name: Hotels (You can make a name yourself.) What I want: A plugin where people can make hotels. A player hits a sign and they pay every x amount of time. Once a player rents a room they can use crafting tables, chests, furnaces, etc. in their room. In the config you can make it where they can break blocks or not. If a player rents a room they have access to certain rooms like pool, cafa, etc. You can make a selection using worldedit for the hotel and the rooms. Once the player does not have any more money they are kicked from the hotel and their stuff in their chest(s) are removed. The sign is made by doing this: [Hotel] Room name/Number Length of stay Price The sign should look like this: [Hotel] Room 6 8days $75 Why I want it: I have a server and need a plugin for hotels. Also SimpleHotel is outdated and sHotelManager is 3% complete. Ideas for commands: /h create hotel [hotel name] - Makes a hotel. /h select [hotel name] - selects a hotel to do commands on. /h create room [room name/number] - Makes a hotel room. /h create specialroom [room name] - Makes a special room players get access to such as a pool. /h remove hotel [hotel name] - Removes a hotel and all of it's rooms. /h remove room [room name/number] - Removes a room from a hotel. /h remove specialroom [room name] - Removes a special room from a hotel. Ideas for permissions: hotels.* hotels.admin hotels.mod hotels.player When I'd like it by: Whenever you have the time. Reward: A free donor rank on my server.
this seems like a really awesome plugin but i don't know if i am a good enough coder to be able to do it... i can have a try but it may take quite a long time..
you can do all of this with two simple plugins, Worldguard and Buyregion http://dev.bukkit.org/server-mods/worldguard/ http://dev.bukkit.org/server-mods/buy-regions/ you can make regions with worldguard, and have players rent the region using signs from buyregion Hope this solves your problem!
it's more fun if you have a plugin dedicated to hotels and also i have basically finished because i was able to use SimpleHotels' source (it is open source) and update it to 1.4.6, however i will not release the plugin until i have permission from the author to release it.
Can I still have something like a pool or a special room that only people that stay in a hotel get access to?
I might add that in a later version but it is a bit too complex at the moment because I am still used to bukkits old API