Jump to content

nullific

Member
  • Posts

    152
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by nullific

  1. 2 hours ago, Omega105wdadad said:

    The file editor allows lots of files but .schem is not one of them. .schem is used to upload world edit schematics. im wondering if someone could add .schem to the file thingy.

     

    it's .schematic i believe, it is possible to upload schematics

  2. 6 minutes ago, ThommieLOL said:

    hello

     

    al my plugins i downloaded are not working

    he says that he dont have the plugin

     

     

    hey! you'll need to restart your server every time after installing a plugin.

  3. 3 hours ago, Koronotchi said:

    If your friend has given you ownership of their server, then you can ask them for their dashboard account details. 

    Be careful with who you give account details though. I do believe server sharing is work in progress.

    • Like 1
  4. 18 hours ago, flatfoot said:

    I try to download my world and it starts installing but at some point during the installation it says it fails. I used to work but now it doesn't

    this is a little buggy, try a world downloader mod instead

  5. 44 minutes ago, SRBott22 said:

    I downloaded luckperms and have had success finding all the permission nodes I have needed except for the /worlds and /sethome /home permission nodes. I want the default group to be able to set homes and use them as well as go to different worlds without me having to teleport them. However I do not want them to be able to make or delete worlds. If anyone knows what the permission nodes are for those 3 commands that would be amazing.

    i'm not sure about /worlds however it may be essentials.worlds

    for sethome and home it is essentials.sethome and essentials.home

    • Thanks 1
  6. 54 minutes ago, Ultimation said:

    Is there a way to change the unknown command message?

     

    Instead of "Unkown command. Type "/help" for help."

    I want to do ""

    this can be found in either the spigot or bukkit file found on the first page of your filemanager

  7. 2 minutes ago, JbLmao said:

    Hello everyone I have been making a server and wanted to add some features to it

    I made a script with which when you join you receive an item chest and called lobby in slot 0 . I wanted it so that when I right click it it runs a specific command

    Here is my code

    
    on join:
       set slot 0 of player to chest named "&8» &bLobby &8«"
         on rightclick with chest:
    if name of tool of player is "&8» &bLobby &8«":  
    wait 1 tick
             execute player command "/lucky list"

    this code shows errors please help . I have already made the other command /lucky list

    your indent is wrong, it would be:

    on join:
    	set slot 0 of player to chest named "&8» &bLobby &8«"
         
    on rightclick with chest:
    	if name of tool of player is "&8» &bLobby &8«":  
    		wait 1 tick
    		execute player command "/lucky list"

     

  8. Hey! If there is no player activity on the server (you will need to join it to keep it up) the server will self hibernate. This is to make room for new servers starting up. If this is not the case, please could you copy your logs from your latest.log file in the form of a https://pastebin.com/ and put it here as a reply Thank you.

×
×
  • Create New...