Help Thread Closed.

Discussion in 'Bukkit Help' started by Orcem12, Jul 21, 2011.

?

Did I Help you? Answer After I help please.

  1. Yes

    16 vote(s)
    66.7%
  2. No

    3 vote(s)
    12.5%
  3. I didn't get a response

    5 vote(s)
    20.8%
Thread Status:
Not open for further replies.
  1. Offline

    Orcem12

    Because it generates a bukkit server and all the files you are looking for. It contains the snapshot and run.bat

    ah ok, display the code that you are putting into essentials so you can spawn the items.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  2. Offline

    mrcoolioe

    i dont see it anywhere, any specific instructions i have to do once i open the winrar holding the programs you provided me?
     
  3. Offline

    jasonsj10

    could you please help me?
     
  4. Offline

    HockeyMike24

    I get a "You dont have permission to use buckets here." message when ever I try to use a bucket. I know for sure the plugin that is giving me this is Residence. But what I don't know is how to fix it.


    config.yml
    Code:
    #These are Global Settings for Residence.
    Global:
        LegacyPermissions: true
        # This loads the <language>.yml file in the Residence Language folder
        # All Residence text comes from this file. (NOT DONE YET)
        Language: English
        # Wooden Axe is the default selection tool for Residence.
        # You can change it to another item ID listed here: http://www.minecraftwiki.net/wiki/Data_values
        SelectionToolId: 336
        # This determins which tool you can use to see info on residences, default is String.
        # Simply equip this tool and hit a location inside the residence and it will display the info for it.
        InfoToolId: 287
        # The interval, in milliseconds, between movement checks.
        # Reducing this will increase the load on the server.
        # Increasing this will allow players to move further in movement restricted zones before they are teleported out.
        MoveCheckInterval: 500
        # The interval, in minutes, between residence saves.
        SaveInterval: 10
        # The default group to use if Permissions fails to attach or your not using Permissions.
        DefaultGroup: default
        # Enable / Disable the Lease System.
        UseLeaseSystem: false
        # The interval, in minutes, between residence lease checks (if leases are enabled).
        LeaseCheckInterval: 10
        # Allows leases to automatically renew so long as the player has the money, if economy is disabled, this setting does nothing.
        LeaseAutoRenew: true
        # Whether or not to use the Permissions system in conjunction with this config.
        EnablePermissions: true
        # Enable / Disable Residence's Economy System.
        EnableEconomy: true
        # The economy system to use (iConomy, MineConomy, Essentials, BOSEconomy, and RealEconomy supported).
        EconomySystem: iConomy
        # Enables or disables the Rent System
        EnableRentSystem: false
        # The interval, in minutes, between residence rent expiration checks (if the rent system is enabled).
        RentCheckInterval: 10
        # Enable or disable residence chat channels.
        ResidenceChatEnable: true
        # Color of residence chat.
        ResidenceChatColor: DARK_PURPLE
        # Whether or not to ignore the usual Permission flags and only allow OPs and groups with 'residence.admin' to change residences.
        AdminOnlyCommands: false
        # Setting this to true makes server OPs admins.
        AdminOPs: true
        # This is the name of the plugin you use for multiworld, if you dont have a multiworld plugin you can safely ignore this.
        # The only thing this does is check to make sure the multiworld plugin is enabled BEFORE Residence, to ensure properly loading residences for other worlds.
        MultiWorldPlugin: MultiVerse
        # Setting this to true causes subzones to inherit flags from their parent zones.
        ResidenceFlagsInherit: true
        # Setting this to false will allow rented residences to be modified by the renting player.
        PreventRentModify: true
        # Setting this to false will cause residence to continue to load even if a error is detected in the save file.
        StopOnSaveFault: true
        # These are world flags that are applied when the player is NOT within a residence.
        Flags:
            Global: #these are default for all worlds unless specified below, they can be overridden per group
                use: true
                build: true
                ignite: true
                firespread: true
                damage: true
                creeper: true
                tnt: true
                pvp: true
            WorldNameHere: #here you can set flags for individual worlds, these override Global
                #build: true
        # This gives permission to change certain flags to all groups, unless specifically denied to the group.
        FlagPermission:
            move: true
            build: true
            place: true
            destroy: true
            use: true
            container: true
            pvp: true
            tp: true
            ignite: true
            firespread: true
            bucket: true
            flow: true
            lavaflow: true
            waterflow: true
            creeper: true
            tnt: true
            monsters: true
            animals: true
            subzone: true
            healing: true
        # These are default flags applied to all residences from any user group.
        ResidenceDefault:
            build: false
            use: false
            container: false
            pvp: false
            tnt: false
            creeper: false
            flow: false
            piston: false
            ignite: false
            firespread: false
        # These are default flags applied to the residence creator of any group.
        CreatorDefault:
            build: true
            move: true
            use: true
            ignite: true
            container: true
         # These are default group flags applied to a residence made by a user of any group.
        GroupDefault:
            #default: #group name
                #build: true
    
    # These groups correspond to the Permissions groups defined in your '<worldname>.yml'
    Groups:
        Default: #group name
           # Information about the Residence zone that the player can define.
           Residence:
               # Determins if this group can create residences or not.  This option can be overriden with the permissions node 'residence.create'
               CanCreate: true
               # The maximum number of Residences a player can have.
               MaxResidences: 0
               # The maximum number of physical areas a residence can have.
               MaxAreasPerResidence: 2
               # The maximum number of blocks a Residence can be, East to West (X).
               MaxEastWest: 16
               # The maximum number of blocks a Residence can be, North to South (Z).
               MaxNorthSouth: 16
               # The maximum number of blocks a Residence can be, High to Low (Y).
               MaxUpDown: 128
               # The lowest altitude this group is allowed to protect.
               MinHeight: 0
               # The highest altitude this group is allowed to protect.
               MaxHeight: 127
                # The maximum recursive depth that subzones can go.
                # A subzone within a subzone within the Residence zone would be a depth of 2.
                # Set to 0 to disable subzones.
               SubzoneDepth: 3
               # Whether or not to allow teleporting to Residences.
               CanTeleport: true
               # Allow or Disallow the use of /res unstuck, to get yourself out of a residence if stuck in one somehow
               Unstuck: true
               # Allow or Disallow the use of the /res select command, if disabled they can only use the selection tool.
               SelectCommandAccess: true
               # Allow or Disallow the group to access the Blacklist/Ignorelist for residences they own.
               ItemListAccess: true
           # Options relating to enter and leave messages on the residence.
           Messaging:
               # Whether or not the player can change the Residence enter and leave messages.
               CanChange: true
               # The default enter message to apply to new Residences created by players in this group.
               # Leaving the message blank will disable it.
               DefaultEnter: Welcome %player to %residence, owned by %owner.
               # The default leave message to apply to new Residences created by players in this group.
               # Leaving the message blank will disable it.
               DefaultLeave: Now leaving %residence.
           # Options relating to the Lease system.
           Lease:
              # The maximum number of days to allow leases.
              MaxDays: 16
              # The number of days to add to the lease following a '/res lease renew' command.
              RenewIncrement: 14
           #Options related to the rent system
           Rent:
               #determines how many residences can be rented by players of this group at once
               MaxRents: 3
               #determines how many residences can be set for rent by players of this group at once
               MaxRentables: 3
           # Options relating to the Residence Economy.
           Economy:
              # Whether or not players in this group can buy other Residences that are for sale.
              CanBuy: true
              # Whether or not players in this group can sell their Residences.
              CanSell: false
              # Whether or not to ignore the Residence size/count limits when buying a residence.
              IgnoreLimits: false
              # The cost, per block, of making a new Residence or adding a area to it.
              BuyCost: 0.05
              # The cost, per block, of renewing a Residence lease (if the lease system is enabled).
              RenewCost: 0.02
           # Flags are checked in the order:
           # 1: Player
           # 2: Group
           # 3: Owner
           # 4: If all others are undefined, reverts to default value (usually true).
           # Flag permissions default to false.
           # These flags settings override the globals.
           Flags:
              # Specifically allow or deny this group from changing certain flags.
              Permission:
                   #build: true
              # Specifys the flags that are applied at residence creation for players of this group.
              Default:
                  #build: true
              # Specifys the flags that are applied at to the creator at residence creation.
              CreatorDefault:
                  #build: true
              # Specifys the flags that are applied to other groups for this residence, at creation.
              GroupDefault:
                   #default: #group name
                       #build: false
              #these flags are applied specifically to this group whenever they are outside a residence
              #these flags will override the flags at the top, under the Global section.
              World:
                    Global: #these flags will apply to all worlds
                         #build: false
                    WorldNameHere: #or you can apply them by each individual world
                         #build: false
    
    # You can manually specify the group a player is in below, this overrides their permissions group.
    GroupAssigments:
         bekvon: default
         player: default
    
    ItemList: #this is where you can create blacklists / whitelists
         DefaultList: #list name is not important, as long as it is unique. Its good to use a descripive name.
            #type of the list, can be blacklist, whitelist, or ignorelist
            Type: blacklist
            #If you want, you can have this list only apply to one world, otherwise it applys to all worlds
            #World: world
            #You can also have the list apply only to one group, otherwise it applys for all groups
            #Group: default
            #this is the actual list of material names that this list allows or dissallows
            #You can look up the material name by item ID in game by typing /res material <id>
            #Alternativly, you can simply use the item ID in the list, but its less descriptive and harder to see what the list allows or dissallows at a glance
            Items:
               - 'BEDROCK'
               - 'LAVA'
               - 'WATER'
               - 'STATIONARY_LAVA'
               - 'STATIONARY_WATER'
               - 'MOB_SPAWNER'
    # Used to determine which major revision of Residence this config is from, dont change this.
    ResidenceVersion: 2
     
  5. Offline

    Orcem12

    Make a folder that says server

    Display Permissions YML please

    Update Iconomy and Chest Shop

    Post your Essentials file where your putting this information in please

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  6. Offline

    jasonsj10

    this is the Server/Plugins/Essentials.jar/items.csv


    Code:
    2053 biplane 23317 0
    
    They are in diffrent Collums.

    Do you want it like that? or do you want me to send the file its self.

    If you wanna download it.
    http://www.fileserve.com/file/s4En3f5
     
  7. Offline

    Orcem12

    Do you have all the parts and everything spawnable as well?
     
  8. Offline

    codename_B

    @Orcem12 - this is an amazing service you are providing :)
     
  9. Offline

    skeletonofchaos

    Agreed now how do you use the new permission system?
     
  10. Offline

    codename_B

  11. Offline

    skeletonofchaos

  12. Offline

    ArticMonkey

    I have been looking all over but seen this and decided to ask you :). I have been trying to figure out how to add custom user tags. Such as [Owner] 'MCID HERE', [MOD] "MCID HERE", etc... I have searched all over and cant seem to figure this out Dx. lol
     
  13. Offline

    snugglebuggle

    so i unzipped the server pack provided into a folder i named "serverpack" on my desktop from the link provided Tag Gamers video http://youtu.be/hdr4Chha2wI then ran the Launch Craftbukkit auto installer (cause im a server noob)

    i downloaded the first version for 1.7 figuring i would be up to date not realising java 1.7 wasnt released yet. so i tried to uninstall it and it said it wasnt found, would i like to remove the link off my desktop, so i did and then reinstalled the 1.6 version.

    I went through the install and after tried to do the "run 64bit" batch file (since im running 64 bit on my computer) and it tells me this;

    'nate\desktop\serverpack\' is not a recognized internal or external command
    operable program or batch file.
    the directory name is invalid.
    the system cannot find the path specified.

    so is this an error i made by not choosing to install the 1.6 Launch Craftbukkit program to the desktop instead of where it wanted to go? or did i unzip wrong? or......

    thanks a ton for your help
    (running windows 7 btw)
     
  14. Offline

    Orcem12

    Thanks codename_B I appreciate it :)

    Permissions does this, if you would like I can set it up for you just give me all your plugins and I'll do it

    Seems like you did everything right make sure the snapshot and the batch are in the same folder, and just follow my file :)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  15. Offline

    jasonsj10

    I did not add them all. No.

    I was just testing the one.
     
  16. Offline

    Orcem12

    Try adding them all, I've never installed a mod. Then tell me if anything changes.
     
  17. Offline

    snugglebuggle

    Snapshot.jar? i cant seem to find it, would it be in a particular folder? im looking in the plugins folder and all the ofther JAR ones are there; essentials, essentials chat, essentialsgeoIP etc....but no snapshot.jar
    it doesnt appear to have been included in the download

    i just tried to run Launch CraftBukkit again and it said

    21:22:51 [INFO] Starting minecraft server version Beta 1.7.3
    21:22:51 [INFO] Loading properties
    21:22:51 [INFO] Starting Minecraft server on *:25565
    21:22:51 [WARNING] **** FAILED TO BIND TO PORT!
    21:22:51 [WARNING] The exception was: java.net.BindException: Address already in use: JUM_Bind
    21:22:51 [WARNING] Perhaps a server is already running on that port?

    but when i went into my modem settings and tried to open port 25565 it told me that port was invalid.....so i just left it
     
  18. Offline

    Orcem12

    craftbukkit-0.0.1-SNAPSHOT.jar is what I meant :)
     
  19. Offline

    ArticMonkey

    Cool thanks which primission plug in should i use? Dx. so many out there
     
  20. Offline

    Orcem12

    Regular, I'll do it for you send me a list of your plugins
     
  21. Offline

    snugglebuggle

    i just edited my post again. if you care to look skyward :) and where would i find that JAR file anyway?

    found the file. still look upward to the post i just made tho
     
  22. Offline

    Orcem12

    Port forward your IPv4 address
     
  23. Offline

    jasonsj10

    I Added them all.... did not work. This is my work.
    Show Spoiler

    germanweaponbox,150,0
    Britishweaponbox,151,0
    AmericanWeaponBox,152,0
    PlaneWorkbench,255,0
    BiplaneWing,23256,0
    WoodenTail,23257,0
    WoodenPropeller,23258,0
    Wheel,23260,0
    MetalTail,23261,0
    BombBay,23262,0
    MetalWing,23263,0
    MetalWingWithPropellerV4,23264,0
    MetalCockpit,23265,0
    MachineGun,23267,0
    TriangleWing,23268,0
    WoodenCockpit,23269,0
    Bullet,23271,0
    SmallBomb,23271,0
    LargeBomb,23272,0
    Napalm,23273,0
    V4Engine,23274,0
    V6Engine,23275,0
    V8Engine,23277,0
    8CyclinderRotaryEngine,23278,0
    PlanePiston,23279,0
    PassengerBay,23280,0
    MetalPropeller,23281,0
    MetalWingWithPropellerV6,23282,0
    MetalWingwithPropellerV8,23283,0
    MetalWingWithPropellerRotary,23284,0
    AntiAircraftGunBarrel,23285,0
    Flakvierling-38,23286,0
    Bofors40mmAAGun,23287,0
    AntiAircraftShell,23288,0
    MetalWing,23289,0
    Biplane,23317,0
    SmallCarChassis,23456,0
    TankBarrel,23457,0
    TankTurret,23458,0
    TankBody,23459,0
    TrackPiece,23460,0
    CaterpillarTrack,23461,0
    TankShell,23462,0
    Kubelwagen,23487,0
    WillysJeep,23488,0
    Sherman,23489,0
    PanzerIV,23490,0
    MP40Clip,23556,0
    MP40,23557,0
    MP44Clip,23558,0
    MP44,23559,0
    Kar98kClip,23560,0
    Kar98k,23561,0
    Kar98kSniper,23562,0
    LugerClip,23563,0
    Luger,23564,0
    StenClip,23586,0
    Sten,23587,0
    LeeEnfieldClip,23588,0
    LeeEnfield,23589,0
    M1CarbineClip,23616,0
    M1Carbine,23617,0
    M1GarandClip,23618,0
    M1Garand,23619,0
    ThompsonClip,23620,0
    Thompson,23621,0
    BarClip,23622,0
    Bar,23623,0
    SpringfieldClip,23624,0
    Springfield,23625,0
     
  24. Offline

    Orcem12

    Show Spoiler


    Very Strange, you did everything correctly, try contacting the Essentials makers they will probably help more then I can.
     
  25. Offline

    Antenio

  26. Offline

    davedavy

    Since i changed my the OS from my VPS from windows server to linux Cent OS, i cant connect to my server anymore... Normally you dont have to portforward on a linux vps right?

    Also i get one weird error: " 2011-08-05 20:57:43 [WARNING] Time ran backwards! Did the system time change? " ??

    Code:
    2011-08-05 20:57:03 [INFO] Starting minecraft server version Beta 1.7.3
    2011-08-05 20:57:03 [INFO] Loading properties
    2011-08-05 20:57:03 [INFO] Starting Minecraft server on *:25565
    2011-08-05 20:57:03 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-08-05 20:57:03 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-08-05 20:57:03 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2011-08-05 20:57:03 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-08-05 20:57:03 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    2011-08-05 20:57:03 [SEVERE] ebean.properties not found
    2011-08-05 20:57:04 [INFO] DataSourcePool [SummaCodes] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-08-05 20:57:04 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-08-05 20:57:04 [INFO] Entities enhanced[0] subclassed[1]
    2011-08-05 20:57:04 [INFO] LWC: Loading shared objects
    2011-08-05 20:57:04 [INFO] LWC: Protection cache: 0/10000
    2011-08-05 20:57:04 [INFO] LWC: Native library: plugins/LWC/lib/native/Linux/i386/libsqlitejdbc.so
    2011-08-05 20:57:04 [INFO] MLog clients using java 1.4+ standard logging.
    2011-08-05 20:57:04 [INFO] [LogBlock] Version check: There is a newer version: v1.24
    2011-08-05 20:57:04 [INFO] [LogBlock] Connecting to jordy_mc@jdbc:mysql://2fast4us.com:3306/jordy_mc...
    2011-08-05 20:57:04 [SEVERE] [LogBlock] Error while fetching connection
    java.sql.SQLException: Access denied for user 'jordy_mc'@'host-178-251-197-237.argeweb.nl' (using password: YES)
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:931)
        at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4031)
        at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1296)
        at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338)
        at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
        at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
        at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
        at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
        at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
        at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
        at java.sql.DriverManager.getConnection(Unknown Source)
        at java.sql.DriverManager.getConnection(Unknown Source)
        at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:71)
        at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:247)
        at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:76)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:131)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-05 20:57:04 [SEVERE] [LogBlock] Error while loading:
    java.lang.NullPointerException
        at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:76)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:131)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-05 20:57:04 [INFO] Preparing level "world"
    2011-08-05 20:57:05 [INFO] Preparing start region for level 0 (Seed: 2137164605)
    2011-08-05 20:57:05 [INFO] [xAuth] 'Permissions' v2.7.2 support enabled!
    2011-08-05 20:57:06 [INFO] [xAuth] Connection to database established!
    2011-08-05 20:57:06 [INFO] [xAuth] Accounts: 0, Sessions: 0
    2011-08-05 20:57:06 [INFO] [xAuth] v2.0b4 Enabled!
    2011-08-05 20:57:06 [INFO] [myBukkitAdmin] Unable to load Account Information.
    2011-08-05 20:57:06 [INFO] [myBukkitAdmin] version .6b has been disabled.
    2011-08-05 20:57:06 [INFO] [MultiInv] version 2.3.0 is enabled!
    2011-08-05 20:57:06 [INFO] -> PLAYER_CHAT
    2011-08-05 20:57:06 [INFO] -> PLAYER_QUIT
    2011-08-05 20:57:06 [INFO] RedeemCodes enabled: 1.00-rc1
    2011-08-05 20:57:06 [INFO] Loaded Essentials build 2.5.6 by [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology]
    2011-08-05 20:57:06 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
    2011-08-05 20:57:06 [INFO] Loaded EssentialsProtect build 2.5.6 by essentials team
    2011-08-05 20:57:06 [INFO] GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
    2011-08-05 20:57:06 [INFO] GroupManager version 1.0(alpha-5) [Zombie-Version, please switch to Permissions 3] is enabled!
    2011-08-05 20:57:06 [INFO] [MultiVerse] Permissions Found
    2011-08-05 20:57:06 [INFO] [MultiVerse] - Version 1.7.2 Enabled
    2011-08-05 20:57:06 [INFO] [MultiVerse] Loading World & Settings - 'world' - NORMAL
    2011-08-05 20:57:06 [INFO] [MultiVerse] Loading World & Settings - 'build' - NORMAL
    2011-08-05 20:57:06 [INFO] Preparing start region for level 1 (Seed: 4431064177836963840)
    2011-08-05 20:57:07 [INFO] Attempted to place a tile entity where there was no entity tile!
    2011-08-05 20:57:07 [INFO] Attempted to place a tile entity where there was no entity tile!
    2011-08-05 20:57:07 [INFO] Attempted to place a tile entity where there was no entity tile!
    2011-08-05 20:57:07 [INFO] Attempted to place a tile entity where there was no entity tile!
    2011-08-05 20:57:07 [INFO] Attempted to place a tile entity where there was no entity tile!
    2011-08-05 20:57:07 [INFO] Attempted to place a tile entity where there was no entity tile!
    2011-08-05 20:57:07 [INFO] Attempted to place a tile entity where there was no entity tile!
    2011-08-05 20:57:07 [INFO] Attempted to place a tile entity where there was no entity tile!
    2011-08-05 20:57:07 [INFO] Attempted to place a tile entity where there was no entity tile!
    2011-08-05 20:57:07 [INFO] Attempted to place a tile entity where there was no entity tile!
    2011-08-05 20:57:07 [INFO] Attempted to place a tile entity where there was no entity tile!
    2011-08-05 20:57:07 [INFO] Attempted to place a tile entity where there was no entity tile!
    2011-08-05 20:57:07 [INFO] Attempted to place a tile entity where there was no entity tile!
    2011-08-05 20:57:07 [INFO] Attempted to place a tile entity where there was no entity tile!
    2011-08-05 20:57:07 [INFO] Attempted to place a tile entity where there was no entity tile!
    2011-08-05 20:57:07 [INFO] Attempted to place a tile entity where there was no entity tile!
    2011-08-05 20:57:07 [INFO] Attempted to place a tile entity where there was no entity tile!
    2011-08-05 20:57:07 [INFO] Attempted to place a tile entity where there was no entity tile!
    2011-08-05 20:57:07 [INFO] Attempted to place a tile entity where there was no entity tile!
    2011-08-05 20:57:07 [INFO] Attempted to place a tile entity where there was no entity tile!
    2011-08-05 20:57:07 [INFO] Attempted to place a tile entity where there was no entity tile!
    2011-08-05 20:57:07 [INFO] Attempted to place a tile entity where there was no entity tile!
    2011-08-05 20:57:07 [INFO] Attempted to place a tile entity where there was no entity tile!
    2011-08-05 20:57:07 [INFO] Attempted to place a tile entity where there was no entity tile!
    2011-08-05 20:57:07 [INFO] Attempted to place a tile entity where there was no entity tile!
    2011-08-05 20:57:07 [INFO] Attempted to place a tile entity where there was no entity tile!
    2011-08-05 20:57:07 [INFO] Attempted to place a tile entity where there was no entity tile!
    2011-08-05 20:57:07 [INFO] [MultiVerse] 2 - World(s) loaded.
    2011-08-05 20:57:07 [INFO] [MultiVerse] Loading Portals
    2011-08-05 20:57:07 [INFO] [MultiVerse] 0 - Portal(s) loaded.
    2011-08-05 20:57:07 [INFO] Fake Permissions version 2.7.2 is enabled!
    2011-08-05 20:57:07 [INFO] [MultiVerse] Found Permissions, enabling commands.
    2011-08-05 20:57:07 [INFO] Loaded EssentialsGeoIP build 2.5.6 by essentials team
    2011-08-05 20:57:07 [INFO] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
    2011-08-05 20:57:07 [INFO] Loaded EssentialsChat build 2.5.6 by essentials team
    2011-08-05 20:57:07 [INFO] LWC: Loaded 135 locale strings (0 overrides)
    2011-08-05 20:57:07 [INFO] LWC: Permissions API: NijiPermissions
    2011-08-05 20:57:07 [INFO] LWC: Currency API: NoCurrency
    2011-08-05 20:57:07 [INFO] LWC: Loading SQLite
    2011-08-05 20:57:07 [INFO] LWC: Using: Native
    2011-08-05 20:57:07 [INFO] LWC: Precached 0 protections.
    2011-08-05 20:57:07 [INFO] LWC: At version: 3.31-git-LWC-b9ea01e8c2f66480ada443ba9084dfbe9832f06e-b81jnks
    2011-08-05 20:57:07 [INFO] [VanishNoPickup] Essentials detected and hooked.
    2011-08-05 20:57:07 [INFO] [VanishNoPickup] 1.9.12+essentials2 enabled.
    2011-08-05 20:57:07 [INFO] Loaded EssentialsSpawn build 2.5.6 by essentials team
    2011-08-05 20:57:07 [INFO] LogBlock disabled.
    2011-08-05 20:57:07 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-08-05 20:57:07 [INFO] Done (0.256s)! For help, type "help" or "?"
    2011-08-05 20:57:08 [WARNING] Time ran backwards! Did the system time change?
    2011-08-05 20:57:13 [WARNING] Time ran backwards! Did the system time change?
    2011-08-05 20:57:18 [WARNING] Time ran backwards! Did the system time change?
    2011-08-05 20:57:23 [WARNING] Time ran backwards! Did the system time change?
    2011-08-05 20:57:28 [WARNING] Time ran backwards! Did the system time change?
    2011-08-05 20:57:33 [WARNING] Time ran backwards! Did the system time change?
    2011-08-05 20:57:38 [WARNING] Time ran backwards! Did the system time change?
    2011-08-05 20:57:43 [WARNING] Time ran backwards! Did the system time change?
    2011-08-05 20:57:48 [WARNING] Time ran backwards! Did the system time change?
    What is the problem here, pleas help.
     
  27. Offline

    Orcem12

    Steps:
    • Make sure that your MAC "Serverlauncher" is correctly written.
    • Start the server without using any plugins see if it works
    • Re-install Essentials
    If that doesn't work post here.
     
  28. Offline

    mogey

  29. Offline

    Orcem12



    [WARNING] Time ran backwards! Did the system time change?" error comes from when a server is actually running to fast. When you log into the server change the time and it should pick up on that. I'm not familiar with Linux but have you tried port forwarding anyway?[/quote]

    Code:
    groups:
        Builder:
            default: True
            info:
                prefix: ''
                suffix: ''
                build: False
            inheritance: 'null'
            permissions:
              - 'help'
              - 'version'
              - 'motd'
              - 'iConomy.list'
              - 'iConomy.payment
              - 'mcdocs.*'
              - 'iConomy.rank'
              - 'iConomy.access'
              - 'lwc.protect'
              - 'falsebook.blocks.*'
              - '-falsebook.blocks.hiddenswitch.*'
              - 'mywarp.warp.basic.*'
              - 'mywarp.warp.soc.*'
              - 'stargate.use'
              - 'citizens.use.*'
              - 'mh.*'
              - 'war.player'
              - 'war.warp'
              - 'bookworm.create'
              - 'bookworm.write.own'
              - 'bookworm.copy.*'
              - 'bookworm.remove.own'
              - 'cellmod.use'
              - 'magicspells.learn.*'
              - 'magicspells.cast.*'
              - 'sa.create'
        Mod:
            default: False
            info:
                prefix: ''
                suffix: ''
                build: True
            inheritance:
              - Builder
            permissions:
              - 'BOSEconomy.common'
              - 'cellmod.use'
              - 'kiwiadmin.kick'
              - 'cellmod.emcontact'
        mRKD:
            default: False
            info:
                prefix: ''
                suffix: ''
                build: True
            inheritance:
              - Builder
            permissions:
              - 'BOSEconomy.common'
              - 'kiwiadmin.ban'
              - 'kiwiadmin.kick'
              - 'kiwiadmin.unban'
              - 'kiwiadmin.tempban'
              - 'cellmod.use'
              - 'cellmod.emcontact'
        Leader:
            default: False
            info:
                prefix: ''
                suffix: ''
                build: True
            inheritance:
              - Builder
            permissions:
              - '*'
              - '-vanish.dont.hide'
              - '-vanish.list'
              - '-godmode.default.god'
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  30. Offline

    mogey

    Code:
    2011-08-06 15:21:09 [SEVERE] Could not load 'plugins/Permissions.jar' in folder 'plugins':
    java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:531)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:207)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:130)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:128)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: while parsing a block collection
     in "<reader>", line 69, column 11:
                  - 'help'
                  ^
    expected <block end>, but found Scalar
     in "<reader>", line 74, column 14:
                  - 'mcdocs.*'
                     ^
    
        at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(ParserImpl.java:520)
        at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
        at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
        at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
        at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
        at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
        at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
        at com.nijiko.configuration.NotNullConfiguration.load(NotNullConfiguration.java:58)
        at com.nijikokun.bukkit.Permissions.Permissions.<init>(Permissions.java:132)
        ... 13 more
    Is now happening
     
Thread Status:
Not open for further replies.

Share This Page