Jump to content

Matqx

Member
  • Posts

    94
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by Matqx

  1. 1 hour ago, Aeriths said:

    Minehut should start their own country. Think about it: it would have a much higher knwoledge of minecraft than most other countries. We could ban tik tok and fortnite, and every computer sold has to come with Minecraft preinstalled. We could also ban emojis too.

    We all have very good ideas about society and government and minecrazft building, so I think we would be far more efficient. I've seen so many posts with so many good ideas, not to mention our country would be the most progressive and other countries would look to us for direction. We would easily become the next superpower. If everyone left America for a new country, we would easily surpass America.

    We could make whoever is admin our president and have BenydoesSStuf on the flag. It would be the most bot infested contry too!

    Those are just some ideas I have and my own opinion.

    Pretty good idea.

  2. 21 hours ago, Emooji said:

    ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶

     

    INTRODUCTION - Part 1

     

    "That which does not kill us makes us stronger." – Friedrich Nietzsche

     

    Hey, I'm Emooji.  Some of y'all know me from the OG days of Minehut. I've taken numerous breaks every now and then and may indefinitely take another one in the future. Though, for now I'm completely hooked on Minehut.  Just general curiosity on how it will end up. I love how it went from some-what of a small community in which everyone knew each other to a HUGE server. I've also been VIP for a couple of months prior to my huge break. I got a new forums account and everything, I'm starting from scratch in some context.

     

    And no, I'm not new.

     

    ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶

     

    WHAT WAS I KNOWN FOR? - Part 2

     

    “Live as if you were to die tomorrow. Learn as if you were to live forever.” – Mahatma Gandhi

     

    So, due to my stature not being the highest because of my breaks and just unknown inactivity spikes, I don't have the most significant resumé. Please bare with me if the names are off and such.

     

    I also live upon the fundamentals that your stature doesn't necessarily matter. However, some people differ so if you're one of those people, here you go:

     

    REWORKED - Administrator.

    MY SERVERS - Owner, of course.

    CITY SERVER THAT TENDED TO BE EXTREMELY POPULOUS - I think I was like an Admin or so.

    THE MAJORITY OF OF MY FRIEND'S SERVERS - Like Administrator or Moderator.

    AND A LOT MORE SERVERS...

     

    That's literally all I remember. However, before you go dissing, I have been on Minehut for a long time and there has been so many servers that I was high ranking on; but then again I really don't think of my self highly because of the amount of servers that I've been administrator on. It's just an accomplishment, nothing special.

     

    ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶

     

    FRIENDS - Part 3

     

    “Be yourself; everyone else is already taken.” – Oscar Wilde

     

    No need for an explanation as it's quite self-explanatory so I'll cut to the chase. Some of these people are kinda inactive and probably don't even remember me but I remember them. Oh, and this is also not my complete friends list this is just the people I know personally and such.

     

    •  RyanDxxx

    • EmeraldsEmerald

    • Vocall

    • _Rascal

    • Mega_Rascal

    • JackJack33

    • Ceppy

    • _iGalaxy

    • Turoph

    • Dextur

    • SpagHeddy

    • Lke2004

    • YoutubeJr

     

    That's about all for me. Peace.

     

    ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶

     

    Signed,

    Emooji, a professional weirdo.

     

    ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶ ̶

    Dang, cool intro. Welcome back bud.

    • Thanks 1
  3. 10 hours ago, Buggy_bear_ said:

    How to I access the actual console of my server so I could see all the commands that players are using? Thank You If You Replied!

    You can always check your logs for any events you'd like to see. If you have essentials then you can use /socialspy as Residents said.

  4. On 10/16/2019 at 5:40 PM, ImANoobFightMeh said:

    Want to have a rank system like minehut? Here you go!

     

    Variables:
        {playerrank.%player%}  = "default"

    command /rank [<offlineplayer>] [<text>]:
        trigger:
            if player is op:
                if arg-1 is set:
                    if arg-2 is set:
                        if arg-1 is "default":
                            set {playerrank.%arg-1%} to "default"
                            send "&3You have set &b%player%&b's &3rank to &bDefault"
                            make console execute the command "/sudo %arg-1% tablist"
                        if arg-2 is "vip":
                            send "&3You have set &b%player%&b's &3rank to &bVIP"
                            set {playerrank.%arg-1%} to "vip"
                            make console execute the command "/sudo %arg-1% tablist"
                        if arg-2 is "pro":
                            send "&3You have set &b%player%&b's &3rank to &bPRO"
                            set {playerrank.%arg-1%} to "pro"
                            make console execute the command "/sudo %arg-1% tablist"
                        if arg-2 is "legend":
                            send "&3You have set &b%player%&b's &3rank to &bLEGEND"
                            set {playerrank.%arg-1%} to "legend"
                            make console execute the command "/sudo %arg-1% tablist"
                        if arg-2 is "patron":
                            send "&3You have set &b%player%&b's &3rank to &bPATRON"
                            set {playerrank.%arg-1%} to "patron"
                            make console execute the command "/sudo %arg-1% tablist"
                        if arg-2 is "jrmod":
                            send "&3You have set &b%player%&b's &3rank to &bJR.MOD"
                            set {playerrank.%arg-1%} to "jrmod"
                            make console execute the command "/sudo %arg-1% tablist"
                        if arg-2 is "mod":
                            send "&3You have set &b%player%&b's &3rank to &bMOD"
                            set {playerrank.%arg-1%} to "jrmod"
                            make console execute the command "/sudo %arg-1% tablist"
                        if arg-2 is "srmod":
                            send "&3You have set &b%player%&b's &3rank to &bSR.MOD"
                            set {playerrank.%arg-1%} to "srmod"
                            make console execute the command "/sudo %arg-1% tablist"
                        if arg-2 is "admin":
                            send "&3You have set &b%player%&b's &3rank to &bADMIN"
                            set {playerrank.%arg-1%} to "admin"
                            make console execute the command "/sudo %arg-1% tablist"
                    else:
                        send "&c/rank (player) (rank)"
                else:
                    send "&c/rank (player) (rank)"
            else:
                send "&cInsufficient permissions!"

    on chat:
        if {playerrank.%player%} = "default":
            set the chat format to "&7%player%&7: &7%message%"
        if {playerrank.%player%} = "vip":
            set the chat format to "&a[VIP] &a%player%&f: &7%message%"
        if {playerrank.%player%} = "pro":
            set the chat format to "&b[PRO] &b%player%&f: &7%message%"
        if {playerrank.%player%} = "legend":
            set the chat format to "&6[LEGEND] &6%player%&f: &7%message%"
        if {playerrank.%player%} = "patron":
            set the chat format to "&3[PATRON] &3%player%&f: &7%message%"
        if {playerrank.%player%} = "jrmod":
            set the chat format to "&e[JR.MOD] &e%player%&f: &7%message%"
        if {playerrank.%player%} = "mod":
            set the chat format to "&e[MOD] &e%player%&f: &7%message%"
        if {playerrank.%player%} = "srmod":
            set the chat format to "&e[SR.MOD] &e%player%&f: &7%message%"
        if {playerrank.%player%} = "admin":
            set the chat format to "&c[ADMIN]&c %player%&f: &7%message%"

    command /tablist:
        trigger:
            if {playerrank.%player%} = "default":
                set player's tablist name to "&7%player%"
            if {playerrank.%player%} = "vip":
                set player's tablist name to "&a[VIP] &a%player%"
            if {playerrank.%player%} = "pro":
                set player's tablist name to "&b[PRO] &b%player%"
            if {playerrank.%player%} = "legend":
                set player's tablist name to "&6[LEGEND] &6%player%"
            if {playerrank.%player%} = "patron":
                set player's tablist name to "&3[PATRON] &3%player%"
            if {playerrank.%player%} = "jrmod":
                set player's tablist name to "&e[JR.MOD] &e%player%"
            if {playerrank.%player%} = "mod":
                set player's tablist name to "&e[MOD] &e%player%"
            if {playerrank.%player%} = "srmod":
                set player's tablist name to "&e[SR.MOD] &e%player%"
            if {playerrank.%player%} = "admin":
                set player's tablist name to "&c[ADMIN] &c%player%"

    Clean code. I have one small suggestion though, I think you should shorten the code. Also maybe make /tablist only excecutable by console? This is the prevent users from being able to perform random commands. To fix this just change the code to:
     

    command /tablist:
        executable by: console
        trigger:
            if {playerrank.%player%} = "default":
                set player's tablist name to "&7%player%"
            if {playerrank.%player%} = "vip":
                set player's tablist name to "&a[VIP] &a%player%"
            if {playerrank.%player%} = "pro":
                set player's tablist name to "&b[PRO] &b%player%"
            if {playerrank.%player%} = "legend":
                set player's tablist name to "&6[LEGEND] &6%player%"
            if {playerrank.%player%} = "patron":
                set player's tablist name to "&3[PATRON] &3%player%"
            if {playerrank.%player%} = "jrmod":
                set player's tablist name to "&e[JR.MOD] &e%player%"
            if {playerrank.%player%} = "mod":
                set player's tablist name to "&e[MOD] &e%player%"
            if {playerrank.%player%} = "srmod":
                set player's tablist name to "&e[SR.MOD] &e%player%"
            if {playerrank.%player%} = "admin":
                set player's tablist name to "&c[ADMIN] &c%player%"

     

  5. Blooms - Appeals Format

    Hello, this section is for players that believe their punishment should be reverted. This is either because they were incorrectly punished or because they believe they've changed. No matter what, you can always repay for your actions!

    Please copy and paste the following format onto a new topic and you'll be responded to by an appropriate staff member.

    Report Format:

    IGN:

    Discord:

    Offence:

    Length:

    Why should your punishment be reverted?

  6. Blooms - Reports Format

    Hello, this is the section to report players. To avoid any false reports we made a report format we'd like you to use. This is to ensure we don't waste time on useless reports without any actual evidence provided. If you see a staff member in-game you may also use the command /report

    Please copy and paste the following format onto a new topic and you'll be responded to by an appropriate staff member.

    Report Format:

    Offenders name:

    Offence:

    Evidence:

    Extra information:

  7. Blooms - Trainee Application Format

    Hello! Thank you for considering applying for Blooms. However, it isn't as easy as just applying, you must reach certain requirements to be able to apply and then must go through an interview with the Staff Manager.

    Requirements:

    - You must be over the age of 13, this is because you must be active in our Discord Server and accept Discord's TOS in order to be accepted onto the team.

    - You must also have a wide range of knowledge on the server and the gamemode, as well as common misconceptions and how to resolve any player issues.

    - As well as this, you must be able to work within mature atmosphere and be able to deal with members of the public, dealing out the correct punishment as stated within our guidelines.

    Please copy and paste the following format onto a new topic and you'll be responded to by the Staff Manager or an Administrator

    Application Format

    In Game Name (IGN):

    Discord Name:

    Age:

    How much time could you dedicate to the server?

    How long have you been playing the server?

    Do you have any previous experience? If so, where and what did you do?

    What could you contribute to Blooms?

    Why should we choose you over other applicants?

    What are some of your key qualities?

    Is there anyone in the staff team that would vouch for you? If so, who?

    Scenarios

    If someone was hacking on the server, how would you react?

    If somebody was harassing you in direct messages after you have muted them, how would you react?

    You find a member of staff absuing their role, how would you react?

    Loads of people begin joining the server, you aren't sure if its bots or not, what would you do?

    Somebody begins asking you for personal information about yourself, how would you react?

    Someone asks you to leak information from the staff chat, what would you do?

    You see a senior member of staff constantly muting chat for no reason, what would you do?

    Notice

    By submitting your application you agree that you're over the age of 13 and will be available for an Interview with a time of your choosing.

  8. I'd probably do the following;

    - Start a company, invest in the idea. (Around 1/4 aka 250k)

    - Get my parents a large house with their dream cars. (Probs will be like 350k)

    - Purchase a house. (250k)

    - Invest in my future education. (50k)

    - Give money to a charity. (100k)

    IF THE COMPANY IF SUCCESSFUL:

    - Invest more money in another idea.

    - Upgrade my setup.

    - Purchase my dream car (when I'll be 18+)

    - Give money to charities, friends and family.

    - Flex

    • Like 1
  9. Hello,

    Dimes currently needs approx. 1-2 builders to help build for the server. Our main theme is Sandy // Ancient Greek, this comes in with our servers colour scheme; yellow, gold and gray. If you'd like to build for Dimes then please contact me either on the forums, discord or Minehut. 

    Forums: Matqx

    Discord: Matqx#5545

    MC: Matqx

  10. On 10/10/2019 at 10:33 AM, Sputs said:

    I was wondering because I have ran into a few of these cases, is it bannable to make a skript that essentially disables the ability to use of /hub e.g :

    
    on command "/hub":
    	cancel event
        
    OR
    
    on quit:
    	cancel event

     

    Another issue. The first skript wouldn't work either way, you don't do "on command" The correct skript would be:

    command /hub:
        trigger:
            cancel event

    Once again, bypassing the minehut commands is not allowed.

  11. On 10/10/2019 at 5:33 AM, Sputs said:

    I was wondering because I have ran into a few of these cases, is it bannable to make a skript that essentially disables the ability to use of /hub e.g :

    
    on command "/hub":
    	cancel event
        
    OR
    
    on quit:
    	cancel event

     

    Yes, it's against the rules to block commands provided by Minehut. Unfortunately, It's not stated in the "rules" section but I'm 99.99% certain it can get you perm-banned. Besides, I'm pretty sure it's impossible to bypass the commands anyways.

     

  12. On 10/13/2019 at 2:43 PM, AltoDiamond4948 said:

    Im trying to make ranks and I am following the tutorial but it just says my name when I speak. so how do I ACTUALLY make ranks?

    There's several tutorials on creating ranks. The minehut one shows you the exact way, if you're having trouble (after watching the tutorial thoroughly) then please look at the luckperms documentation. 

    Documentation: https://github.com/lucko/LuckPerms/wiki

     

    This post has been locked 🔒

    Reason: Question Answered

  13. Question Answered.

    Answer

    19 hours ago, Kezdero said:

    - | -

    Hey there. Unfortunately, you cannot add Mods to your Minehut server. You can however add plugins via the Plugins tab in your Minehut Panel

    image.png.085bdfb78655ce632e9b58131fbb59b5.png

    If you want your server to support versions 1.8+, then get the Protocol Support plugin

    Hope this helps!

    - | -

     

    This post has been locked 🔒

    • Like 1
  14. 15 hours ago, Jackson85 said:

    We all know that moment when we are winning an argument and then someone throws out the no u card. It's been thought that there is no response to this ultimate putdown for forever  but I have compiled a list of responses that are sure to destroy your opponent.

    1. Uno reverse card

    2. Right back at you

    3. But it's opposite day

    4. No, us.

    5. no u^2

    6. No no I

    7. No me

    If you think of any others, let me know and I'll add them to the list. I hope this helps all of you win your arguments.

    No.

×
×
  • Create New...