oggehej's Avatar
Member
Level 18 Journeyman Toast
19

Forum Posts

1 - 20 of 425

    oggehej
    08/13/2018 7:01 am
    Level 18 : Journeyman Toast
    history
    oggehej's Avatar
    Choose n=31 and you should get your answer, which is 2147483647. This is the upper limit of a signed 32-bit integer, meaning the number is represented as 32 zeros and ones (32 bits) whereas one of them is the plus/minus sign (thus n=31).
    1
    oggehej
    06/14/2016 8:23 am
    Level 18 : Journeyman Toast
    oggehej's Avatar
    The formatting will break if you just paste it into the forums without code tags. Copy it into pastebin and send a link here.
    1
    oggehej
    03/27/2016 4:07 am
    Level 18 : Journeyman Toast
    oggehej's Avatar
    Are you getting the same error? In that case, try opening up task manager and kill everything that has to do with java. It can happen that the server starts in the background if you don't start it using the bat file.
    1
    oggehej
    03/26/2016 4:12 pm
    Level 18 : Journeyman Toast
    oggehej's Avatar
    Make sure your server-ip setting in the server.properties is blank.
    1
    oggehej
    03/26/2016 5:34 am
    Level 18 : Journeyman Toast
    oggehej's Avatar
    I found a few tabs at he end of some permission nodes. Try this one instead: http://pastebin.com/uh0NySP5
    1
    oggehej
    03/26/2016 4:11 am
    Level 18 : Journeyman Toast
    oggehej's Avatar
    It seems like it found a tab on line 15, whereas you can't have any tabs at all (you use spaces instead). I would say just double check the yml file around line 15 for tabs.
    1
    oggehej
    03/25/2016 9:28 pm
    Level 18 : Journeyman Toast
    oggehej's Avatar
    I personally don't use LWC, but you can check out the language files here: https://github.com/Hidendra/LWC/tree/master/core/src/main/resources/lang
    1
    oggehej
    03/25/2016 9:24 pm
    Level 18 : Journeyman Toast
    oggehej's Avatar
    It's the formatting of the permissions.yml that is the source of all trouble. If PermissionsEX fails to read it, it will spit out an error during startup and disable itself.

    Try this one instead, it will do the exactly same thing as the one you provided: http://pastebin.com/N2xjyaMP
    1
    oggehej
    03/25/2016 7:32 pm
    Level 18 : Journeyman Toast
    oggehej's Avatar
    Any server jar using bukkit (such as spigot etc.) will do (alternatively you can use a dependency manager). I would recommend searching for a video tutorial on YouTube, there are a few showing how to set everything up.
    1
    oggehej
    03/19/2016 10:31 am
    Level 18 : Journeyman Toast
    oggehej's Avatar
    It seems like you have forgotten a few spaces in front of the group names. You always have to indent by two spaces. This one passes formatting:
    http://pastebin.com/1AhHYkd9

    A nice tool that immediately tells you if there's something wrong with the formatting (without restarting the server all the time) would be this: http://yaml-online-parser.appspot.com/


    You also have the same name (Member) for a lot of groups, whereas you only can have one group called the same (it will probably ignore every one of them except one). So, I would for example change this:
    Member:
    default: false
    prefix: '&6[&9Aries&6]&7 '
    inheritance:
    - Guest
    - Member
    build: true
    permissions:

    For this:
    Aries:
    default: false
    prefix: '&6[&9Aries&6]&7 '
    inheritance:
    - Guest
    - Member
    build: true
    permissions:
    etc.
    1
    oggehej
    08/11/2015 8:03 am
    Level 18 : Journeyman Toast
    oggehej's Avatar
    Are you sure you're not only maxing out one core?
    1
    oggehej
    07/28/2015 1:37 pm
    Level 18 : Journeyman Toast
    oggehej's Avatar
    Have you increased the amount of ram in you starting script?
    Also, are you sure you're running the 64 bit version of Java?
    1
    oggehej
    07/25/2015 9:02 am
    Level 18 : Journeyman Toast
    oggehej's Avatar
    The problem probably lies with the owner permission. The * permission should be defined like - '*'
    Try this:
    schema-version: 1
    users: {}
    groups:
    Guest:
    options:
    default: 'true'
    rank: '2000'
    prefix: '&7[Guest]'
    permissions:
    - modifyworld.*
    Dawn:
    options:
    rank: '1900'
    prefix: '&7[&eDawn&7]'
    HighSun:
    options:
    rank: '1800'
    prefix: '&7[&eHighSun&7]'
    LostLight:
    options:
    rank: '1700'
    prefix: '&e[&6LostLight&e]'
    NightsSky:
    options:
    rank: '1600'
    NightAssassin:
    options:
    rank: '1500'
    prefix: '&8[&0NightAssassin&8]'
    Star:
    options:
    rank: '1400'
    prefix: '&8[&3Star&8]'
    StarDust:
    options:
    rank: '1300'
    prefix: '&6&b&lStarDust&6'
    Sun:
    options:
    rank: '1200'
    prefix: '&6|&kq&r&6&lSun&kq&r&6|'
    TheUniverse:
    options:
    rank: '1200'
    prefix: '&0|&1&k&lq&r&0&lThe&1&lUniverse&0&k&lq&r&1|'
    Helper:
    options:
    rank: '1100'
    prefix: '&a&l||||Helper||||'
    Moderator:
    options:
    rank: '1000'
    prefix: '&6&l|&b&lModerator&6&l|'
    Admin:
    options:
    rank: '900'
    prefix: '&4||||||Admin||||||'
    HeadAdmin:
    options:
    rank: '900'
    prefix: '&4&l||||||HeadAdmin||||||'
    Owner:
    options:
    rank: '800'
    prefix: '&b&l[Owner]'
    permissions:
    - '*'
    1
    oggehej
    07/25/2015 8:56 am
    Level 18 : Journeyman Toast
    oggehej's Avatar
    You probably want to add the permission node
    worldguard.region.bypass.<world>
    to the owner rank. Just replace <world> with a specific world or an *
    1
    oggehej
    07/22/2015 6:06 am
    Level 18 : Journeyman Toast
    oggehej's Avatar
    As stated in the post, we are currently in the process of making the server. You are however welcome to apply for a position.
    1
    oggehej
    07/21/2015 8:43 am
    Level 18 : Journeyman Toast
    oggehej's Avatar
    This is most probably due to the server itself, as it sent a packet that the client reads as invalid.
    Your best bet would be to see if anyone else on the server gets the same error, and after that report it to the server staff. Most probably a corrupted chunk or invalid sign/block.
    1
    oggehej
    07/21/2015 8:20 am
    Level 18 : Journeyman Toast
    oggehej's Avatar
    Do you have any error logs? Also, are you sure the plugin isn't conflicting with EssentialsSpawn or such?
    1

1 - 20 of 425

Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome