Jump to content

Alcap

Member
  • Posts

    41
  • Joined

  • Last visited

Posts posted by Alcap

  1. Where do I report people? I've been searching for 10 minutes trying to find where to report someone. It shouldn't be this hard to find where to report someone.

  2. 4 hours ago, shay336699 said:

    I tried this on the server console but for some reason it says this (see below)
    After i executed the command on the server console i tried to go back to the ingame server console to check if it worked, but nothing was changed. I tried rejoining my server as well but unsurprisingly enough it didn't work

    > /lp op shay336699
    [23:42:26 INFO]: [LP] Running LuckPerms v5.3.47.
    [23:42:26 INFO]: > /lp user <user>
    [23:42:26 INFO]: > /lp group <group>
    [23:42:26 INFO]: > /lp track <track>
    [23:42:26 INFO]: > /lp log
    [23:42:26 INFO]: > /lp sync
    [23:42:26 INFO]: > /lp info
    [23:42:26 INFO]: > /lp editor [type]
    [23:42:26 INFO]: > /lp verbose <on|record|off|upload> [filter]
    [23:42:26 INFO]: > /lp tree [scope] [player]
    [23:42:26 INFO]: > /lp search <permission>
    [23:42:26 INFO]: > /lp networksync
    [23:42:26 INFO]: > /lp import <file>
    [23:42:26 INFO]: > /lp export <file>
    [23:42:26 INFO]: > /lp reloadconfig
    [23:42:26 INFO]: > /lp bulkupdate
    [23:42:26 INFO]: > /lp translations
    [23:42:26 INFO]: > /lp creategroup <group>
    [23:42:26 INFO]: > /lp deletegroup <group>
    [23:42:26 INFO]: > /lp listgroups
    [23:42:26 INFO]: > /lp createtrack <track>
    [23:42:26 INFO]: > /lp deletetrack <track>
    [23:42:26 INFO]: > /lp listtracks
    

     

    what _Tarna_ means by this is are you op-ed on the server itself? (did you execute the command /op shay336699 in console?) Do you have Vault installed as well?

  3. that's how world edit always acted because blocks that world edit adds into the game are not updated to the surrounding blocks. That is also why you can summon a block of floating water in the nether. There could be another plugin out there that actually updates unlike WE, but I doubt it.

  4. On 8/18/2021 at 10:00 PM, Dragon-Master said:

    I have this skript, and i don't know why it doesn't work... Help?

    command /shop:
        trigger:
            open virtual chest inventory with size 5 named "&6Crates" to player
            format gui slot 11 of player with {crate::1} named "&fBasic Crate" with lore "&7[&fCosts 1 &bDiamond&7]" to run:
                if player's inventory has 1 diamond:
                    remove 1 diamond from player's inventory
                    set {_random} to random integer between 1 and 2
            if {_random} is 1:
                send "&7You opened a crate and found: &b1 diamond&7!" to player
                give player 1 diamond
            else:
                if {_random} is 2:
                    send "&7You opened a crate and found: &b2 diamonds&7!" to player
                    give player 2 diamonds
                   
    command /itemset [<text>]:
        trigger:
            set {crate::%arg 1%} to player's held item

    the answer has already been given, but I just wanna say you can do  else if {random_} is 2:
     

  5. I was trying to find a username for Minecraft, and my friend thought it will be cool if I use a nickname my friend use to call someone, I liked it, and it's my username in Minecraft now. Whenever I sign up on a website, I always use that name. (Including Minehut, duh)

    • Like 1
  6. I can't add plugins to my server. I can remove plugins fine and I can add as many plugins as I want as there is no limit. All plugins I add don't show in game anyway. I have restarted my server many times (It didn't work). I believe this has something to do with the new file manager or something. Is anyone else having this issue?

×
×
  • Create New...