moxious
-
Posts
2 -
Joined
-
Last visited
Content Type
Profiles
Forums
Gallery
Blogs
Events
Store
Downloads
Posts posted by moxious
-
-
I have a pretty easy one!
I have seen skripts going around that give you a random item every X seconds, I want something like that but it only gives a player a random item once they execute a command, and the command can only be executed once every 8 hours or something.If it is too hard to make the latter part, the command can be put in a command block, and the players will only be able to access the command block once per day, through some sort of /kit item that gives you a special named item that can be thrown in a hopper to activate the command block. I would figure out how to do that myself though.
Do you think you can do that?
edit: here are some examples of the skripts I have seen

how to remove potion effects using a command?
in Script Releases
Posted
I am trying to figure out how to make a command that does this:
command /teamone:
trigger:
remove all active potion effects from player
wait 5 ticks
apply potion of strength I to player for 999 days
the line "remove all active potion effects from player" is where I am having issues, I don't know the proper syntax for that. I have tried milk player, other wordings, etc.. I have also tried execute console command /effect clear @p but that didn't work either.
improper indentation I know but it's just an example.
the purpose of this is to choose a team, and each team gives you a separate effect. if I could utilize tags or something to make it easier, that would be helpful.
each team gives: strength I, fire resistance, jump boost 2, water breathing & resistance I, and night vision & speed I.