Jump to content

Elektrodes

Member
  • Posts

    70
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Elektrodes

  1. 38 minutes ago, xXKirPlayZxX said:

    Remove the plugin limit it is trash.

    Hey! If you wanna go to a thread to talk about this (you have all the right to), I suggest going here. It's a good way to push to revert the plugin limit!

    In the meantime, however, it might be beneficial to learn skript. You can cut down on a lot of plugins by using the skript plugins provided and making them your own.

    • Like 1
  2. 30 minutes ago, doggiea said:

    How do i get credits?

    Heya! There's a few good ways to get credits. 

    • You can vote for 25 daily credits (after linking your Minecraft account) here.
    • You can buy credits on the Minehut website.
    • You can enter into Twitter events once they're posted here.
    • And the last option, you can wait until the server is down for maintenance for a long time and get reparations.
    • Like 1
    • Thanks 1
  3. Hey everyone!

    First off, thank you guys for the feedback on the last two posts I've made here. I've really had a blast making them! For a filler post while I work on the upcoming Book Cover thing, I had a fun idea the community can get involved with.

    Do Your Worst!

    You go on the forums, post a thread in community support, and bam - no response. Then, the notification bell goes off; you've finally received an answer! If someone knowledgeable commented, chances are your question was answered. Sometimes, however, it can end up something like this:

    Mike.thumb.png.471f6233135964a7278272604cc95064.png

    The Prompt

    This post will be a community support thread simulation. Someone poses a question, and someone else answers it so the absolute worst of their ability. This doesn't exactly mean a one word response; it can be sentences of words that do not give any help to the question. A good example is the photoshopped picture up above this.

    There are three main things which you can do to contribute to this post

    • Answer a question terribly. I'll include a starter question at the end of this post.
    • Ask a question. This is if one question has been used up too much.
    • Support someone else's answer! This can be quoting the response and responding with "Very helpful!" or something less generic.

    To have the best effect possible, I suggest either a great answer to a terrible question or a terrible answer to a great question. 

    I hope this post takes off, and if it doesn't, that's completely fine as well. Enjoy your time, and have fun!

     

    The Question

    "hey guys just got done with online school and fixna play minehut. a girl logged on my server and asked for op should i give it/ she has a cute skin"

    • Like 1
  4. 9 minutes ago, MonkeysMama said:

    I followed the video instruction on how to upload and use a schematic in my server but the problem is whenever I try and paste it, my server crashes when I get to that point. The file is located under /plugins/worldedit/schematics. Any ideas or suggestions?

    Hey there! Next time you need help, I suggest posting here. You'll receive a faster response that way.

    When it comes to pasting many blocks at one time, servers are going to crash - that's just the way things are. I recommend using FastAsyncWorldEdit which can help for such size builds. 

    • Like 1
  5. 49 minutes ago, Gabas said:

    So i had a pretty big survival server that o had with all my friends and i changed the name of the world, not knowing it would reset the whole thing. I mean it did say that it would only change the name. Is there a way to recover all of the lost progress on that old world?

    Hey! Because it's a survival world, I'd assume you didn't take frequent world downloads or install CoreProtect. However, if you did any of these, there's an easy way to restore the server. Was it completely vanilla?

  6. Hey! I just tried posting a response, but I included a few links so it was automatically hidden. What I'd suggest is installing a permissions plugin to use alongside Essentials, such as PermissionsEx. To learn how to use basic commands, you can search up "PermissionsEX commands" and follow the GitHub link. Once you're familiar with these, you can find the Essentials permissions by searching them into Google. Best of luck on setting up!

  7. 1 hour ago, lhertz said:

    I want to allow players on my server to use teleports and warps without giving them the ability to use things like /summon or /give or giving them operator status.

    My plugins are Back To the Roots combat and Essentials

    Hey there! Because you have Essentials installed, you have half of the battle won. The next thing I'd suggest you do is install some type of permissions plugin. PermissionsEx is one I commonly suggest. To learn how to use basic commands, the GitHub list is here. Once you've learned to create groups and give permissions, you can find the Essentials permissions here. Best of luck on setting up!

  8. I tried writing an undisguise command, though I haven't tested it. Let's hope the quotations don't throw an error.

    command /undisrank <player>:
    	permission: Mini.RankDis
    	permission message: "&cYou are not authorized for this command!"
    	trigger:
    		if arg-1 is set:
    			make console execute command "pex user %arg-1% prefix """
    			send "&8You've reset &7%arg-1%&7's &8rank!
            else:
            	send "[If you wanna make it to where it undisrank's you, feel free to add it. Or just send an error message.]"

     

  9. 1 hour ago, Kirbykirby said:

    It’s my first time making a server and I got things through. I want to give/get items like (/give (name) minecraft:(something)) but it doesn’t work. It always says that there’s no such item.

    or if I can give people items when they spawn to my server

    Hey there! Next time you ask a command-related question, I suggest posting a thread here. If you're unfamiliar with Skript, it is a plugin in which you can create custom commands, events, and so on. To learn proper syntax, I'd suggest starting here. This is an example of a command you can use to give a player an item upon joining.

    on join:
    	give a diamond pickaxe of efficiency 5 to the player

    You could give any item to the player, I just happened to use this as an example. I hope this helps!

  10. 11 minutes ago, GoCrafterGo said:

    i lost my permanent 20 player slot server from when minehut was hacked/leaked i forgot when it was, but i got 2 permanent 20 player slot servers as an apology. now when i look at my dashboard i see my 20 player slot server, and my other server reverted to 10 player slots. help?

    i understand if there's nothing you can do about it / or its not important enough to give me the 20 player slots back, but i'd appreciate it if i did get them back. Thanks!

    Hey! To get a better response time, I'd suggest posting any help requests here. 

    When you received the two permanent 20 player slots, was it specifically mentioned that you'd receive that upgrade as an apology? If so, I'd suggest writing to whoever helped you with this issue. If you can't get through to them, your next best option is to file a support ticket here. 

    If the extra player slots appeared and you assumed it was for compensation, you most likely will not be able to get these player slots back. I wish you the best of luck on solving this issue!

  11. 23 minutes ago, Calroar said:

    I need help with permissions 

    "Give a man a fish, and you'll feed him for a day. Teach a man to fish, and you've fed him for a lifetime." Depending on which permissions plugin you use, you can find documentation. For LuckPerms, here. For PermissionsEX, here. Whenever you need the permissions syntax, use the link I gave you previously to find the essentials permissions list. Oh, and my answers keep on getting hidden so sorry for not responding to the last thread.

  12. 6 minutes ago, Calroar said:

    If it works easier for you i can op you in my server temporarily so you can come and setup a permissions group because im sort of braindead

     

    "Give a man a fish, and you'll feed him for a day. Teach a man to fish, and you've fed him for a lifetime." Depending on which permissions plugin you use, you can find documentation. For LuckPerms, here. For PermissionsEX, here. Whenever you need the permissions syntax, use the link I gave you previously to find the essentials permissions list. Oh, and my answers keep on getting hidden so sorry for the many messages. 

  13. 4 minutes ago, Calroar said:

    If it works easier for you i can op you in my server temporarily so you can come and setup a permissions group because im sort of braindead

     

    "Give a man a fish, and you'll feed him for a day. Teach a man to fish, and you've fed him for a lifetime." Depending on which permissions plugin you use, you can find documentation. For LuckPerms, here. For PermissionsEX, here. Whenever you need the permissions syntax, use the link I gave you previously to find the essentials permissions list.

  14. 3 minutes ago, Calroar said:

    Um yes please just so I can understand how to let my friends use these plugins

    Hey, sorry if you just got two messages. It is saying that my posts are hidden. What permissions plugin do you have installed, if any?

  15. 2 minutes ago, Calroar said:

    Um yes please just so I can understand how to let my friends use these plugins

    No problem! What permissions plugin do you have installed, if any?

  16. 1 minute ago, Calroar said:

    Hey they are default as i dont ant anyone going around with OP cheating lol

    Awesome, that's all I need. The type of commands that you mentioned mostly require Essentials permissions. If you know how to grant a group permissions, you can find the permissions here. If you need help with working your permissions plugin, assuming you have one, I can guide you!

  17. 3 minutes ago, Calroar said:

    Hello so my plugins appear to not work for anybody but me the owner... My friends cant use certain plugins that use commands. Example /tpa  /sell hand ect

     

    Heya! I have a few questions so I can try to get down to the root of the problem. The players that are using the plugins, are they opped? Are they default? 

×
×
  • Create New...