I'm looking for a plugin where players can use creative mode a specific time a day. Example only 10 minutes a day.
I will do it Do you want a custom command? EDIT by Moderator: merged posts, please use the edit button instead of double posting.
Ready Download <= Commands: /gmtimer <player> <seconds> Permissions: timer.gm I'm using Kodfod's source code
Um, thanks for taking time to make it but this isn't what I'm looking for. I want it automatically. One of my ranks can only use creative mode 10 mins a day, that's what I want.
I think just 10 minutes per day. It does not matter if he did the command or he just joined the server, every day a player can gm1 for 10 minutes. If the player exceeds that amount of time, it sets to gamemode 0, resetting at midnight or something.
Should not be too difficult. I am don't have time to do it myself but I will tell what I would do. Use System.getTimeMilliseconds(), to find out what day it is. Use a command to enable creative game ode. Then use a bukkit timer, to remove it again.
This shows the importance of making a good detailed request... http://forums.bukkit.org/threads/read-me-first-plugin-requests-guide.81209/
I think he wants is a plugin that when a player does a command like /tempgm he gets gamemode for 10 minutes and there's a cooldown of 1 day. I was having the exact same idea of a plugin like this and it would be really awesome if someone could make it. It sounds pretty easy to make so why didn't anyone make it already?