The Bukkit Consulting Firm - Solving all your Bukkit-related challenges!

Discussion in 'Bukkit Help' started by M1sT3rM4n, Aug 25, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    Nathan C

    Get 64 bit.
     
  2. Offline

    Deleted user

    Watch this thread ^^.

    If you have enough money, buy a new computer with Windows 7 on it, or upgrade your existing Windows XP to 64-bit.
     
  3. Offline

    Fyre

    I've had this thread watched the whole time. :oops:
    But it doesn't matter it's working now.

    Wouldn't matter since he only has 2gb to begin with. If the ram minecraft uses shoots too high the client will commit suicide to save the machine.
     
  4. Offline

    Jakester520

    Hey I'm just starting out with servers and was wondering what plugin to use for permissions and how to code it. Any help would be great. ;)
    Thanks.
    -Jakester
     
  5. Offline

    sillyrosster

    Here, Here, Here and Here ;)
     
  6. Offline

    M1sT3rM4n

    Boing!
     
    Tom Swift likes this.
  7. Offline

    sillyrosster

    I just got a dedicated server with 5 usalbe IPs, but when I start my server I can't seem to connect to it through any of them. Any idea why?
     
  8. Offline

    iceflamer

    Ok so NO permissions work in my thing.
    server log is fine.
    Don't know whats wrong.
     
  9. Offline

    King_KYl3

  10. Offline

    Fyre

  11. Offline

    M1sT3rM4n

    Do they have open ports? I assume you do unless your IP is not dynamic.
     
    Tom Swift likes this.
  12. Offline

    msaunders

    People can't connect to my Bukkit server, I can but only from my own comp, any ideas?
     
  13. Offline

    M1sT3rM4n

    Your port's probably not open. Google port forwarding.
     
    Tom Swift likes this.
  14. Offline

    sillyrosster

    I figured it out. Just had to open the ports. I thought it was just open by default, so didn't think to check that :p
     
  15. Offline

    Jakester520

    Ok I programmed the server, a bug crashed it and deleted ALL the files. So I reprogrammed it except the prefixes and world protect won't work and this is on PEX. I enabled both and can't figure out what the problem could be. Any ideas?
     
  16. Offline

    sillyrosster

    Since I do not use PEX, I can't be much of help. Have you followed the guides exactly?
     
  17. Offline

    Jakester520

    Yes I actually copy and pasted in the commands (mostly because I was to lazy to type them by hand). Do you know any other place?
     
  18. Offline

    Zbuckettt

    I need help with permissions for the heroes plugin.
    My friends dont have permissions to do /hero choose class or /bind
    Only ops do and i dont want to op everybody, how can i give them permissions?
    I use bpermissions and can change idk if that information helps though.
     
  19. Offline

    sillyrosster

    Read: Here and Here
    Put forth effort, or you won't receive help.
     
  20. Offline

    Zbuckettt

    I did and got this error
    ermissions for world:world did not load correctly! Please consult server.log
    2012-05-07 18:25:30 [SEVERE] org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
    in "<string>", line 27, column 5:
    permissions: []
    ^
    expected <block end>, but found Value
    in "<string>", line 32, column 5:
    :
    ^

    2012-05-07 18:25:30 [SEVERE]at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
    2012-05-07 18:25:30 [SEVERE]at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:143)
    2012-05-07 18:25:30 [SEVERE]at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:109)
    2012-05-07 18:25:30 [SEVERE]at de.bananaco.bpermissions.imp.YamlConfiguration.load(YamlConfiguration.java:17)
    2012-05-07 18:25:30 [SEVERE]at de.bananaco.bpermissions.imp.YamlWorld.loadUnsafe(YamlWorld.java:121)
    2012-05-07 18:25:30 [SEVERE]at de.bananaco.bpermissions.imp.YamlWorld.load(YamlWorld.java:90)
    2012-05-07 18:25:30 [SEVERE]at de.bananaco.bpermissions.imp.Permissions.onCommand(Permissions.java:352)
    2012-05-07 18:25:30 [SEVERE]at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    2012-05-07 18:25:30 [SEVERE]at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
    2012-05-07 18:25:30 [SEVERE]at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:473)
    2012-05-07 18:25:30 [SEVERE]at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.java:469)
    2012-05-07 18:25:30 [SEVERE]at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:596)
    2012-05-07 18:25:30 [SEVERE]at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:565)
    2012-05-07 18:25:30 [SEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:449)
    2012-05-07 18:25:30 [SEVERE]at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    2012-05-07 18:25:30 [SEVERE] Caused by: while parsing a block mapping
    in "<string>", line 27, column 5:
    permissions: []
    ^
    expected <block end>, but found Value
    in "<string>", line 32, column 5:
    :
    ^

    2012-05-07 18:25:30 [SEVERE]at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:575)
    2012-05-07 18:25:30 [SEVERE]at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161)
    2012-05-07 18:25:30 [SEVERE]at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146)
    2012-05-07 18:25:30 [SEVERE]at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2012-05-07 18:25:30 [SEVERE]at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2012-05-07 18:25:30 [SEVERE]at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237)
    2012-05-07 18:25:30 [SEVERE]at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2012-05-07 18:25:30 [SEVERE]at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237)
    2012-05-07 18:25:30 [SEVERE]at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2012-05-07 18:25:30 [SEVERE]at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:123)
    2012-05-07 18:25:30 [SEVERE]at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106)
    2012-05-07 18:25:30 [SEVERE]at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:121)
    2012-05-07 18:25:30 [SEVERE]at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)
    2012-05-07 18:25:30 [SEVERE]at org.yaml.snakeyaml.Yaml.load(Yaml.java:399)
    2012-05-07 18:25:30 [SEVERE]at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53)
    2012-05-07 18:25:30 [SEVERE]... 14 more
    2012-05-07 18:25:30 [INFO] [bPermissions] All worlds reloaded!
    2012-05-07 18:25:36 [INFO] [bPermissions] All worlds saved!
    2012-05-07 18:25:36 [INFO] Permissions for world:world did not load correctly, please consult server.log.
    when i tried to reload the permissions after doing /perm help and it created defaults for it with my plugins and i tried to copy and paste all the heroes permissions to each group
     
  21. Offline

    sillyrosster

    Put your config in here and fix the errors. Do not use TAB in .yml files...
     
  22. Offline

    Zbuckettt

    I didnt use tab and its the groups and users files i edited not the config
     
  23. Offline

    Deleted user

    Delete the spaces behind the text, and cover the space that the tab covered with spaces.

    Paste them on a .txt file, and add a link to it here (preferably DropBox, but mediafire.com is fine).

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  24. Offline

    Zbuckettt

    I never tabbed...
    I pasted my groups yml into the website he gave me using json or whatever idk. But what should i do with the output? Copy and paste it into the config?
    I have the error im getting in a topic somewhere on the first page i think

    How should i copy it and do it, just copy it directly from the parser and paste it into my groups?
    Im going to send you my groups file from pastie in the conversation

    Alright i sent it to you, my groups yml inside of my bpermissions folder that is

    Did you get my link?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Nov 10, 2018
  25. Offline

    Deleted user

    .yml adds tabs by itself.
     
  26. Offline

    Zbuckettt

    alright, so basically put everything so there are no spaces to the left of it?
    And what should i do with the output from that site?

    Also, did you see the error and know for sure that tabs are the problem, or is just a guess?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 14, 2016
  27. Offline

    Deleted user

    Delete the tabs that are automatically generated, and replace them with spaces.
    And what site?

    Tabs are the problem.
    /me is positive.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 14, 2016
  28. Offline

    Zbuckettt

    Mind if i send you the error and my groups in a pm and the site?

    They linked me to yml-online-parser or something like that

    Wouldnt it work to have it sent in a private message by just copying and pasting?
    I dont have either of those thats why

    I sent it to you in a conversation or something and the error should be on this topic and mine

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Oct 10, 2018
  29. Offline

    sillyrosster

    Paste them here then... Also, the yml-parser will fix the tab errors for you.
     
  30. Offline

    Deleted user

    Read the PM please :p.
    I'm about to sleep.
    M1sT3rM4n, if you have time, can you check it for him?
     
Thread Status:
Not open for further replies.

Share This Page