-
Posts
78 -
Joined
-
Last visited
Content Type
Profiles
Forums
Gallery
Blogs
Events
Store
Downloads
Posts posted by Cxnnors
-
-
-
Here you may appeal your punishment(s) within UFOShin.
Please make sure that you use the following format, or your post will be deleted.
Keep in mind that trolling and/or faking appeals, will result in you being removed from the club.
- What punishment did you receive? (ban, mute, warn.)
- Why did this punishment occur?
- When did this punishment occur?
- What UFOShin staff member punished you?
- Please provide proof of the punishment being applied.
- Any Extra Notes/Questions, etc. (optional.)
-
-
im having some trouble, could you send a example?
-
thanks for helping!
-
SO basically I want a basic rank up feature. If I have $250, I can rankup to B.
Once I get the permissions for B, I want to rankup to mine C for $500.
The problem is that the B skript interrupts the C skript and if I have $250, it takes it and ranks me up to B.
Code:
command /rankup:
trigger:
If player has permission "Default":
If player's balance is greater than or equal to 250:
execute console command "/lp user %player% permission set essentials.warp.mine2 true"
send "&6Rankup &7» &6You ranked up to &eB"
remove 250 from player's balance
else:
send "&6Rankup &7» &cYou don't have enough money!"
if player has permission "essentials.warp.mine2":
if player's balance is greater than or equal to 500:
execute console command "/lp user %player% permission set essentials.warp.mine3 true"
send "&6Rankup &7» &6You ranked up to &eC"
remove 500 from player's balance
stop
else:
send "&6Rankup &7» &cYou don't have enough money!"command /derankup:
trigger:
if player has permission "Default":
execute console command "lp user %player% permission set essentials.warp.mine2 false"
if player has permission "essentials.warp.mine2":
execute console command "lp user %player% permission set essentials.warp.mine3 false" -
No problem! Glad to help
-
For further assistance, here are all the following whitelist commands:
- /whitelist add [player]
- /whitelist on / off
- /whitelist remove [player]
- /whitelist list
-
Try using Minehut's world feature in the dashboard?
-
Hey! I'm Cxnnors. I've been Skripting for a little over a month now.
I love Skripting, and have practically learned the ins-and-outs of the plugin.
I've recently became severely bored because I had a whole summer to do nothing.
Which is when I thought of doing Skripting jobs for other people to keep myself occupied.
If you would like a Skripting job to be done, please:
- Leave your Discord Username below, so I can add you. I will reply that I've added you after adding you.
- State a little summary of what you would like me to do.



















Please take into consideration that smaller Skripting jobs will likely cost nothing.
But... more task-grueling jobs will likely cost you a little bit of money. Nothing big. Let's say around $5-10.



















-
Hey man. Yeah, I'd reccomend learning Skript. But here is a simple skript to get you started!
on load:
if player's holding a nether star named "&f&lSpeed":
apply swiftness for 5 seconds
stop -
What is your server plan?
-
Here you go.
command /menu:
aliases: /m
trigger:
wait 1 tick
open virtual chest inventory with 3 rows named "Menu" to player
format gui slot 13 of player with 1 diamond pickaxe named "&bSkyMines" to run:
close player's inventory
execute console command "/spawn" -
on script load:
set {wait.time} to 5
if {wait.time} is greater than or equal to 5:
loop all players:
give loop-player 1 of random items out of all items -
I can make this, my Discord is:
! Cxnnor ;)#1974
-
I can make this, my Discord is:
! Cxnnor ;)#1974
-
I can make both of those, but your username isn't working. My username is:
! Cxnnor ;)#1974
-
i accidentally reported you because i thought that was reply, my bad!!! But basically, I was younger so I wanted to become a YouTuber for a lot of different things. I would always change my names because I switched to many things such as Roblox, GTA, Minecraft, etc.
-
Welcome to Minehut! I hope you enjoy your stay here. This is a great community and I guarantee you will stay.
-
like pete said, just go to your console, and type /op [your username] and then you may do whatever you please as you're a operator. By the way, do not give OP to anybody you don't trust! They can do very bad things including:
- Changing gamemodes
- Messing with plugins
- Etc...
-
Something big is coming... to Minehut of course. These will likely stay for only a little bit, so I wouldn't stress them.
-
weird but if you seriously cannot stand these ads, i'd suggest getting a ad-blocker.
-
uhhhh i was never here
-
Like SkripterMan said, some of your plugins/skripts could be causing these problems, you should check these in file manager.



Hey where can i find a skript that makes items unbreakable?
in Discussion
Posted
Instead of an unbreakable command, you could just use this skript:
on break:
fix player's tool