Jump to content

happyfone

Member
  • Posts

    26
  • Joined

  • Last visited

Everything posted by happyfone

  1. happyfone

    cool text

    you wish it ran on the minehut forums lol
  2. happyfone

    cool text

    <h1 id="heading">Happy Fone is best!</h1> <button onclick="myFunction();" class="myBtn">Nice button dude!</button> <style> .myBtn { background-color: white; opacity: 0.8; border-radius: 5px; border: none; text-align: center; padding: 10px; } body { background-color: #454545; text-align: center; font-family: verdana; } h1 { color: white; } <style> <script> function myFunction() { document.getElementById('heading').innerHTML = 'im right and u know it!'; } <script> LOL
  3. I Will create a custom discord bot for anybody (not 100's of people though) and don't ask too much because this will probably be a lot of work IF YOU WANT A DISCORD BOT REACT TO THIS POST WITH A THUMBS UP AND DM ME WHAT YOU WANT @ Happy Fone#3130 (on discord)
  4. ok.. soooo. i got the libsdisgiuses plugin and its broken all i ask is for you to add the free version of libsdiguises from Here (Jenkins website)
  5. Hey!, you should make a chat manager.
  6. Happy Fone's Command Blocker Stops players from using specific commands like: /plugins, /pl, /spawn or /list How to use: commands: /blockcmd <COMMAND> (Blocks any command) /blockedcmds (shows all blocked commands) /unblockcmd <COMMAND> (unblocks commands REQUIRES OP) permissions: happyfone.commandblocker (Allows users with permission to block commands) happyfone.commandbypass (Allows users with permission to bypass blocked commands) happyfone.listblockedcmds (Allows users with permission to see all blocked commands) unblocking commands requires /OP usage: blocking a command: /blockcmd plugins or /blockcmd gamemode unblocking a command (REQUIRES OP) : /unblockcmd plugins or /unblockcmd gamemode showing all blocked commands: /blockedcmds command-blocker.sk
  7. there is nothing you can do when this happens, the staff can only troubleshoot.
  8. How can i earn reputation on Minehut forums?
  9. Commands: /sc <message> (sends message to all staff) Permissions: mc.staff (allows user to speak in staff chat) How to use: 1. Give all staff the permission "mc.staff" 2. tell staff to use "/sc <message>" when talking Please reply if there is anything wrong with this skript staff-chat.sk
  10. Commands: /autobc (toggles auto broadcast on/off) Permissions: skript.autobc (allows user to toggle auto broadcast on/off) autobc.sk
  11. command /chat [<text>]: trigger: if player has permission "skript.chatcontrol": if arg 1 is set: if arg 1 is "grey": if {greychat} is true: set {greychat} to false message "grey chat disabled" else: set {greychat} to true message "grey chat enabled" if arg 1 is "help": message " " message "&c--------&6Skript Chat Control Help&c--------" message " " message "&6/chat clear &cto clear chat" message " " message "&6/chat mute &cto mute the chat" message " " message "&6/chat help &cto show this help page" message " " message "&6/chat grey&c to make chat look better" message " " if arg 1 is "clear": loop 100 times: broadcast " " broadcast "Chat cleared by %player%" if arg 1 is "mute": if {chatmute} is "true": message "Chat has been unmuted" set {chatmute} to "false" else: message "Chat has been muted" set {chatmute} to "true" else: message "&cUsage:&a /chat (help|mute|clear|grey)" else: kick player due to "&4You cannot execute that command" on chat: if {chatmute} is "false": if {greychat} is true: cancel event broadcast "&8<&6%player%&8> %message%" on chat: if {chatmute} is "true": cancel event message "&cYou cannot speak when the chat is muted!" else: if {greychat} is false: cancel event broadcast "<%player%> %message%" Commands: /chat help (Shows a list of commands) /chat grey (makes the chat look nicer until you type the command again) /chat mute (mutes the chat until you type the command again) /chat clear (clears the chat) Permission nodes: skript.chatcontrol (allows user to use /chat) if player does not have the permission "skript.chatcontrol" the player will be kicked for trying to execute /chat chat-manager.sk
  12. command /chattroll <player> <text>: trigger: if {troll.toggle} is set: if {troll.toggle} is true: set {troll.toggle} to false set {troll.user} to "" message "Chat troll toggled off" set {troll.text} to arg 2 else: message "Chat troll toggled on" set {troll.toggle} to true set {troll.user} to player-arg else: message "Chat troll toggled on" set {troll.toggle} to true set {troll.user} to player-arg on quit: if player is {troll.user}: set {troll.toggle} to false set {troll.player} to "" set {troll.text} to "" on chat: if {troll.toggle} is true: if player is {troll.user}: set message to "%{troll.text}%" command /chattrollclear: trigger: if {troll.user} is "": message "&cAlready cleared troll from %{troll.last}%&c!" else: set {troll.toggle} to "" set {troll.text} to "" message "Successfully cleared troll from %{troll.user}%" set {troll.last} to {troll.user} set {troll.user} to ""
  13. i did /dl world world and it says: Compressing world... Creating download link... Failed to upload file.
×
×
  • Create New...