Help plz. Plugin Related.

Discussion in 'Bukkit Help' started by Baxstar1, Oct 8, 2011.

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

    Baxstar1

    Hey, So I recently have been having trouble getting some plugins to work.
    Info:
    Build 1240 (1.8.1)
    (Attempted) Plugins: BigBrother, Essentials, EssentialsChat, EssentialsProtect, EssentialsSpawn, NoSpam, Permissions, PermissionsPlus, Stargate, WorldEdit, WorldGuard.
    Server.Properites:
    Code:
    #Minecraft server properties
    #Thu Oct 06 17:02:28 EDT 2011
    level-name=BaxVille
    allow-nether=true
    view-distance=10
    spawn-monsters=true
    online-mode=true
    difficulty=1
    gamemode=0
    spawn-animals=true
    max-players=66
    server-ip=
    pvp=true
    level-seed=
    server-port=25566
    allow-flight=false
    white-list=true
    motd=Remember, Baxstar is your master.
    When I use /plugins in game, this is what it says:
    "BigBrother, NoSpam, StarGate, WorldEdit, WorldGuard"
    What the log says when the server starts up: (Click the fourth spoiler. It's acting up o-o)
    Show Spoiler
    Show Spoiler
    Show Spoiler
    Show Spoiler

    2011-10-08 11:21:20 [INFO] CONSOLE: Stopping the server..
    2011-10-08 11:21:20 [INFO] Stopping server
    2011-10-08 11:21:20 [INFO] [NoSpam] - Plugin Enabled - Adamki11s
    2011-10-08 11:21:20 [INFO] Closing all stargates.
    2011-10-08 11:21:20 [INFO] WorldGuard 5.3 disabled.
    2011-10-08 11:21:20 [INFO] Saving chunks
    2011-10-08 11:21:20 [INFO] Stopping server
    2011-10-08 11:21:24 [INFO] Starting minecraft server version Beta 1.8.1
    2011-10-08 11:21:24 [INFO] Loading properties
    2011-10-08 11:21:24 [INFO] Starting Minecraft server on *:25566
    2011-10-08 11:21:24 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1112-g54a13b2-b1240jnks (MC: 1.8.1)
    2011-10-08 11:21:24 [SEVERE] Could not load 'plugins\Essentials.jar' in folder 'plugins':
    unacceptable character #FFFD special characters are not allowed
    in "<reader>", position 9894
    at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:68)
    at org.yaml.snakeyaml.reader.StreamReader.update(StreamReader.java:159)
    at org.yaml.snakeyaml.reader.StreamReader.forward(StreamReader.java:89)
    at org.yaml.snakeyaml.reader.StreamReader.forward(StreamReader.java:79)
    at org.yaml.snakeyaml.scanner.ScannerImpl.scanToNextToken(ScannerImpl.java:974)
    at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:237)
    at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:564)
    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.composeMappingNode(Composer.java:228)
    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 org.bukkit.util.config.Configuration.load(Configuration.java:82)
    at org.bukkit.plugin.java.JavaPlugin.initialize(JavaPlugin.java:157)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:175)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:215)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:139)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:104)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-08 11:21:24 [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(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:215)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:139)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:104)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: while scanning an alias
    in "<reader>", line 238, column 16:
    - '*'
    ^
    expected alphabetic or numeric character, but found but found '
    in "<reader>", line 238, column 17:
    - '*'
    ^

    at org.yaml.snakeyaml.scanner.ScannerImpl.scanAnchor(ScannerImpl.java:1156)
    at org.yaml.snakeyaml.scanner.ScannerImpl.fetchAlias(ScannerImpl.java:782)
    at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:313)
    at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:564)
    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.composeMappingNode(Composer.java:228)
    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.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
    2011-10-08 11:21:25 [SEVERE] Could not load 'plugins\EssentialsChat.jar' in folder 'plugins': Essentials
    org.bukkit.plugin.UnknownDependencyException: Essentials
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:215)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:139)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:104)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-08 11:21:25 [SEVERE] Could not load 'plugins\EssentialsProtect.jar' in folder 'plugins': Essentials
    org.bukkit.plugin.UnknownDependencyException: Essentials
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:215)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:139)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:104)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-08 11:21:25 [SEVERE] Could not load 'plugins\EssentialsSpawn.jar' in folder 'plugins': Essentials
    org.bukkit.plugin.UnknownDependencyException: Essentials
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:215)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:139)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:104)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-08 11:21:25 [SEVERE] Could not load 'plugins\PermissionsPlus.jar' in folder 'plugins': Permissions
    org.bukkit.plugin.UnknownDependencyException: Permissions
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:215)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:139)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:104)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-08 11:21:25 [INFO] Preparing level "BaxVille"
    2011-10-08 11:21:25 [INFO] Default game type: 0
    2011-10-08 11:21:25 [INFO] Preparing start region for level 0 (Seed: 7762430944515017983)
    2011-10-08 11:21:26 [INFO] Preparing start region for level 1 (Seed: 7762430944515017983)
    2011-10-08 11:21:26 [INFO] Preparing spawn area: 8%
    2011-10-08 11:21:26 [INFO] [BBROTHER] ------------------------------------
    2011-10-08 11:21:26 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
    2011-10-08 11:21:26 [INFO] [BBROTHER] Please note that, since this is far from complete, there will be many bugs.
    2011-10-08 11:21:26 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bugs.nexisonline.net/bb
    2011-10-08 11:21:26 [INFO] [BBROTHER] Please stay tuned in irc.7chan.org #bigbrother for updates and build notifications.
    2011-10-08 11:21:26 [INFO] [BBROTHER] ------------------------------------
    2011-10-08 11:21:30 [SEVERE] [BBROTHER] Your database settings are probably incorrect:
    com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
    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.Util.getInstance(Util.java:382)
    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
    at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2239)
    at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2168)
    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 me.taylorkelly.bigbrother.datasource.ConnectionService.getConnection(ConnectionService.java:75)
    at me.taylorkelly.bigbrother.datasource.JDCConnectionDriver.connect(JDCConnectionDriver.java:42)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at me.taylorkelly.bigbrother.datasource.BBDB.reconnect(BBDB.java:193)
    at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:126)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:941)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:174)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:157)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.sql.SQLException: Access denied for user 'Baxstar'@'localhost' (using password: NO)
    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.connectWithRetries(ConnectionImpl.java:2186)
    ... 28 more
    2011-10-08 11:21:30 [SEVERE] Error occurred while disabling BigBrother v1.11.0-SNAPSHOT (Is it up to date?): null
    java.lang.NullPointerException
    at me.taylorkelly.bigbrother.datasource.BBDB.shutdown(BBDB.java:130)
    at me.taylorkelly.bigbrother.BigBrother.onDisable(BigBrother.java:78)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:128)
    at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:962)
    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:296)
    at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:129)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:941)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:174)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:157)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-08 11:21:30 [INFO] [NoSpam] - Config Found! Loading...
    2011-10-08 11:21:30 [INFO] [NoSpam] - Config Loaded Successfully!
    2011-10-08 11:21:30 [INFO] [NoSpam] - Permissions Not Detected! Defaulting to OP
    2011-10-08 11:21:31 [INFO] [NoSpam] - Plugin Enabled - Adamki11s
    2011-10-08 11:21:31 [INFO] Stargate v.0.6.9 is enabled.
    2011-10-08 11:21:31 [INFO] [Stargate] Loaded 1 gate layouts
    2011-10-08 11:21:31 [INFO] [Stargate] {BaxVille} No stargates for world
    2011-10-08 11:21:31 [INFO] [Stargate] {BaxVille_nether} No stargates for world
    2011-10-08 11:21:31 [INFO] WorldEdit 4.7 enabled.
    2011-10-08 11:21:31 [SEVERE] WorldEdit: Unable to read default configuration: config.yml
    2011-10-08 11:21:31 [INFO] WorldEdit: Using the Bukkit Permissions API.
    2011-10-08 11:21:31 [INFO] WorldGuard: Using the Bukkit Permissions API.
    2011-10-08 11:21:31 [SEVERE] WorldGuard: Unable to read default configuration: blacklist.txt
    2011-10-08 11:21:31 [WARNING] WorldGuard blacklist does not exist.
    2011-10-08 11:21:31 [INFO] WorldGuard: (BaxVille) Single session is enforced.
    2011-10-08 11:21:31 [INFO] WorldGuard: (BaxVille) TNT ignition is PERMITTED.
    2011-10-08 11:21:31 [INFO] WorldGuard: (BaxVille) Lighters are PERMITTED.
    2011-10-08 11:21:31 [INFO] WorldGuard: (BaxVille) Lava fire is blocked.
    2011-10-08 11:21:31 [INFO] WorldGuard: (BaxVille) Fire spread is UNRESTRICTED.
    2011-10-08 11:21:31 [INFO] WorldGuard: Loaded configuration for world 'BaxVille"
    2011-10-08 11:21:31 [SEVERE] WorldGuard: Unable to read default configuration: blacklist.txt
    2011-10-08 11:21:31 [WARNING] WorldGuard blacklist does not exist.
    2011-10-08 11:21:31 [INFO] WorldGuard: (BaxVille_nether) Single session is enforced.
    2011-10-08 11:21:31 [INFO] WorldGuard: (BaxVille_nether) TNT ignition is PERMITTED.
    2011-10-08 11:21:31 [INFO] WorldGuard: (BaxVille_nether) Lighters are PERMITTED.
    2011-10-08 11:21:31 [INFO] WorldGuard: (BaxVille_nether) Lava fire is blocked.
    2011-10-08 11:21:31 [INFO] WorldGuard: (BaxVille_nether) Fire spread is UNRESTRICTED.
    2011-10-08 11:21:31 [INFO] WorldGuard: Loaded configuration for world 'BaxVille_nether"
    2011-10-08 11:21:31 [WARNING] WorldGuard: Region file for world "BaxVille" missing or inaccessible.
    2011-10-08 11:21:31 [WARNING] WorldGuard: Region file for world "BaxVille_nether" missing or inaccessible.
    2011-10-08 11:21:31 [INFO] WorldGuard 5.3 enabled.
    2011-10-08 11:21:31 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-10-08 11:21:31 [INFO] Done (0.614s)! For help, type "help" or "?"

    Permissions File: (I'm using Permissions 3 [All of my indentations are correct])
    Show Spoiler

    # System is no longer used, but may become used in the future
    # Copies is for multiple-world support
    # Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
    # If this file is for your default world (the one in server.properties) then you must
    # leave copies blank.
    # Example: copies: Derp - This will clone the permissions of the world Derp
    #
    # Make sure to rename this file to the name of the world that is in sever.properties under
    # level-name. So if it is level-name: world then this should be world.yml and in the
    # plugins/Permissions directory (ie. plugins/Permissions/world.yml)
    #
    # NOTE: Do not use tabs while editing this document. Use only spaces. A good way to avoid
    # doing this is to use Notepad++ and replace the tab with 4 spaces.
    plugin:
    permissions:
    system: default
    copies:

    ##
    # AntiBuild is included with this. To disable a group from being able to build then
    # set the build: flag to false (build: false). If you want a group to be able to build
    # then set it to true.
    ##
    # Groups can contain inheritance.
    # To make a group inherit the permissions from another
    # group simply place the groups name in the "inheritance:" like so:
    #
    # Example:
    # inheritance:
    # - Default
    ##
    # All permissions including the asterisks must be placed in single quotes.
    # like so:
    #
    # - 'foo.bar'
    #
    # Otherwise errors will happen!
    ##
    # Globalized Permission settings:
    #
    # If a permission contains periods (.) you can denote a globalized parameter:
    #
    # - 'foo.*'
    #
    # This will allow you to use all general commands.
    #
    ##
    # Single Asterisk denotes all commands:
    #
    # - '*'
    # If you give a group this permissions, do not have the group inherit any permissions
    # from other groups. Any users assigned to this group should NOT be given any additional
    # permissions either.
    ##
    # To exempt a node use the - prefix like so:
    # - '-foo.bar'
    ##
    # prefix: and suffix: do not do anything on their own. You need another outside plugin
    # such as iChat or HeroChat in order for these to do anything.
    groups:
    Default:
    default: true
    info:
    prefix: '&b[BaxsGayLover]'
    suffix: ''
    build: false
    inheritance:
    permissions:
    - 'essentials.afk'
    - 'essentials.compass'
    - 'essentials.depth'
    - 'essentials.help'
    - 'essentials.helpop'
    - 'essentials.info'
    - 'essentials.list'
    - 'essentials.me'
    - 'essentials.motd'
    - 'essentials.rules'
    Peasant:
    default: false
    info:
    prefix: '&9[Peasant]'
    suffix: ''
    build: true
    inheritance:
    - Default
    permissions:
    - 'essentials.balance'
    - 'essentials.balancetop'
    - 'essentials.pay'
    - 'essentials.sell'
    - 'essentials.worth'
    - 'essentials.getpos'
    - 'essentials.help.'
    - 'essentials.list.hidden'
    - 'essentials.mail'
    - 'essentials.mail.send'
    - 'essentials.msg'
    - 'essentials.realname'
    - 'essentials.suicide'
    - 'essentials.delhome'
    - 'essentials.home'
    - 'essentials.sethome'
    - 'essentials.tpa'
    - 'essentials.tpaccept'
    - 'essentials.tpahere'
    - 'essentials.tpdeny'
    - 'essentials.warp'
    - 'essentials.warplist'
    - 'stargate.use'
    Craftsmen:
    default: false
    info:
    prefix: '&c[Craftsmen]'
    suffix: ''
    build: true
    inheritance:
    - Peasant
    permissions:
    - 'essentials.balance.others'
    - 'essentials.seen'
    - 'essentials.spawn'
    - 'essentials.portal'
    - 'stargate.create'
    - 'stargate.destroy'
    Knight:
    default: false
    info:
    prefix: '&2[Knight]'
    suffix: ''
    build: true
    inheritance:
    - Craftsmen
    permissions:
    - 'essentials.ignore'
    - 'essentials.whois'
    - 'essentials.sethome.multiple'
    Lord:
    default: false
    info:
    prefix: '&a[Lord]'
    suffix: ''
    build: true
    inheritance:
    - Knight
    permissions:
    - 'essentials.ptime'
    - 'essentials.tree'
    - 'essentials.afk.kickexempt'
    - 'essentials.nick'
    - 'essentials.clearinventory'
    - 'essentials.ext'
    - 'essentials.ping'
    - 'essentials.back.ondeath'
    - 'essentials.tptoggle'
    - 'essentials.teleport.timer.bypass'
    - 'essentials.teleport.hidden'
    Noble:
    default: false
    info:
    prefix: '&6[Noble]'
    suffix: ''
    build: true
    inheritance:
    - Lord
    permissions:
    - 'essentials.bigtree'
    - 'essentials.heal'
    - 'essentials.item'
    - 'essentials.repair'
    - 'essentials.time.set'
    - 'essentials.helpop.recieve'
    - 'essentials.broadcast'
    - 'essentials.invsee'
    - 'essentials.jails'
    - 'essentials.kick'
    - 'essentials.lightning'
    - 'essentials.mute'
    - 'essentials.socialspy'
    - 'essentials.tempban'
    - 'essentials.tempban.offline'
    - 'essentials.thunder'
    - 'essentials.togglejail'
    - 'essentials.togglejail.offline'
    - 'essentials.back'
    - 'essentials.delwarp'
    - 'essentials.jump'
    - 'essentials.sethome.multiple.unlimited'
    - 'essentials.setwarp'
    - 'essentials.top'
    - 'essentials.tpaall'
    - 'essentials.teleport.cooldown.bypass'
    - 'essentials.warp.otherplayers'
    Monarch:
    default: false
    info:
    prefix: '&4[Monarch]'
    suffix: ''
    build: true
    inheritance:
    - Noble
    permissions:
    - 'essentials.give'
    - 'essentials.itemspawn.exempt'
    - 'essentials.god'
    - 'essentials.heal.cooldown.bypass'
    - 'essentials.unlimited'
    - 'essentials.unlimited.item-bucket'
    - 'essentials.nick.others'
    - 'essentials.spawner'
    - 'essentials.ban'
    - 'essentials.offline'
    - 'essentials.burn'
    - 'essentials.deljail'
    - 'essentials.kill'
    - 'essentials.reloadall'
    - 'essentials.setjail'
    - 'essentials.spawnmob'
    - 'essentials.unban'
    - 'essentials.weather'
    - 'essentials.tp'
    - 'essentials.tpall'
    - 'essentials.tphere'
    - 'essentials.tpo'
    - 'essentials.tpohere'
    - 'essentials.tppos'
    - 'nospam.*'
    - 'stargate.admin'
    Pope:
    default: false
    info:
    prefix: '&5[Pope]
    suffix: ''
    build: true
    inheritance:
    - Monarch
    permissions:
    - '*'
    Donator:
    default: false
    info:
    prefix: '&5[Donator]'
    suffix: ''
    build: true
    inheritance:
    permissions:
    - 'essentials.bigtree'
    - 'essentials.heal'
    - 'essentials.item'
    - 'essentials.repair'
    - 'essentials.time.set'
    - 'essentials.helpop.recieve'
    - 'essentials.broadcast'
    - 'essentials.invsee'
    - 'essentials.jails'
    - 'essentials.kick'
    - 'essentials.lightning'
    - 'essentials.mute'
    - 'essentials.socialspy'
    - 'essentials.tempban'
    - 'essentials.tempban.offline'
    - 'essentials.thunder'
    - 'essentials.togglejail'
    - 'essentials.togglejail.offline'
    - 'essentials.back'
    - 'essentials.delwarp'
    - 'essentials.jump'
    - 'essentials.sethome.multiple.unlimited'
    - 'essentials.setwarp'
    - 'essentials.top'
    - 'essentials.tpaall'
    - 'essentials.teleport.cooldown.bypass'
    - 'essentials.warp.otherplayers'
    - 'essentials.ptime'
    - 'essentials.tree'
    - 'essentials.afk.kickexempt'
    - 'essentials.nick'
    - 'essentials.clearinventory'
    - 'essentials.ext'
    - 'essentials.ping'
    - 'essentials.back.ondeath'
    - 'essentials.tptoggle'
    - 'essentials.teleport.timer.bypass'
    - 'essentials.teleport.hidden'
    - 'essentials.ignore'
    - 'essentials.whois'
    - 'essentials.sethome.multiple'
    - 'essentials.balance.others'
    - 'essentials.seen'
    - 'essentials.spawn'
    - 'essentials.portal'
    - 'essentials.balance'
    - 'essentials.balancetop'
    - 'essentials.pay'
    - 'essentials.sell'
    - 'essentials.worth'
    - 'essentials.getpos'
    - 'essentials.help.'
    - 'essentials.list.hidden'
    - 'essentials.mail'
    - 'essentials.mail.send'
    - 'essentials.msg'
    - 'essentials.realname'
    - 'essentials.suicide'
    - 'essentials.delhome'
    - 'essentials.home'
    - 'essentials.sethome'
    - 'essentials.tpa'
    - 'essentials.tpaccept'
    - 'essentials.tpahere'
    - 'essentials.tpdeny'
    - 'essentials.warp'
    - 'essentials.warplist'
    ##
    # Users denote which users are included in which group.
    # TheNo1Yeti is in the Admin group
    # Herpina is a member of the Moderator group but also has access
    # to the herp.derp permissions
    # Derpina is a member of the admin group but does not have access
    # to the derp.derp permission node
    # Users can also have a prefix and suffix as seen with Herpina
    ##
    users:
    Jacob19999:
    group:
    - Pope
    permissions:

    Problems I have discovered so far:
    ~Permissions not working whatsoever.
    ~BigBrother disabled for some reason
    ~Essentials not working whatsoever.
    ~EssentialsChat,Protect,and spawn are not working whatsoever, either.
    ~PermissionsPlus not working whatsoever.
    Please help ASAP D:
     
  2. Offline

    AinSophAur

    [SEVERE] Could not load 'plugins\Essentials.jar' in folder 'plugins':
    unacceptable character #FFFD special characters are not allowed
    in "<reader>", position 9894

    that means something its not able to read something from that yml file.
     
  3. Offline

    Baxstar1

    I've looked through the whole thing, and didn't find anything. Here's my .yml:
    Show Spoiler

    ############################################################
    # +------------------------------------------------------+ #
    # | Notes | #
    # +------------------------------------------------------+ #
    ############################################################

    # If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
    # If you receive an error when Essentials loads, ensure that:
    # - No tabs are present: YAML only allows spaces
    # - Indents are correct: YAML heirarchy is based entirely on indentation
    # - You have "escaped" all apostrophes in your text: If you want to write "don't", for example, write "don''t" instead (note the doubled apostrphe)
    # - List items are prefixed with a hyphen and indented:
    # lists:
    # - look like this
    # not:
    # - like this
    # - Text with symbols is enclosed in single or double quotation marks
    # - CraftBukkit and Permissions have been updated: CraftBukkit and Essentials almost always line up, but sometimes other plugins fall behind CraftBukkit's multiple daily updates
    # - You have saved the document as UTF-8, NOT the default, ANSI





    ############################################################
    # +------------------------------------------------------+ #
    # | Essentials (Global) | #
    # +------------------------------------------------------+ #
    ############################################################

    # A color code between 0-9 or a-f. Set to 'none' to disable.
    ops-name-color: 'c'

    # The character(s) to prefix all nicknames, so that you know they are not true usernames.
    nickname-prefix: '`'

    # Disable this if you have any other plugin, that modifies the displayname of a user.
    change-displayname: true

    # Adds the prefix and suffix to the displayname of the player, so it will be displayed in messages and lists.
    # The prefix/suffix can be set using Permissions, Group Manager or PermissionsEx.
    # The value of change-displayname (above) has to be true.
    # If you don't set this, it will default to true if essentials chat is installed.
    # Don't forget to remove the # infront of the line
    #add-prefix-suffix: false

    # The delay, in seconds, required between /home, /tp, etc.
    teleport-cooldown: 120

    # The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport never occurs.
    teleport-delay: 5

    # The delay, in seconds, required between /heal attempts
    heal-cooldown: 600

    # The number of items given if the quantity parameter is left out in /item or /give.
    default-stack-size: 64

    # What to prevent from /i /give
    # e.g item-spawn-blacklist: 46,11,10
    item-spawn-blacklist: 7,10,11,16,2,8,9,19,21,26,30,31,32,34,36,41,42,15,14,43,46,51,52,55,56,57,59,60,62,63,64,71,73,74,75,78,79,83,90,92,93,94,95,99,100,104,105,110,115,256,257,258,265,266,267,276,277,278,279,283,284,285,286,292,293,294,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,326,327

    # Set this to true if you want permission based item spawn rules
    # Note: The blacklist above will be ignored then.
    # Permissions:
    # - essentials.itemspawn.item-all
    # - essentials.itemspawn.item-[itemname]
    # - essentials.itemspawn.item-[itemid]
    # - essentials.give.item-all
    # - essentials.give.item-[itemname]
    # - essentials.give.item-[itemid]
    permission-based-item-spawn: false

    # Whether or not to reclaim memory on player logout; this is technical, and should only be changed under special circumstances.
    # This generally increases server stability unless very specific runtime configurations are used.
    # HOWEVER, it is known to cause lag upon users logging OUT, so beware!
    reclaim-onlogout: false

    # Should primitive spawn protection be enabled? For most servers, this should be flase; it is better to use a third-party plugin to protect it.
    spawn-protection: false

    # Nether settings
    # Sets wether you want to change the default behaviour of the nether portals.
    nether:
    portals-enabled: true
    generate-exit-portals: true

    # Mob limit on spawnmob
    spawnmob-limit: 30

    # Shall we notify users when using /lightning
    warn-on-smite: true

    # The message of the day, displayed on connect and by typing /motd.
    motd:
    - '&4Hello, {PLAYER}!'
    - '&4Thanks for coming to the Random Fun Server!'
    - '&4Currently online: {PLAYERLIST}'

    # The server rules, available by typing /rules
    rules:
    - '1.) Do NOT grief. This will result in a ban.'
    - '2.) No Flying/Speeding/X-Ray Texture Packs/Sneak Hacking Ect.'
    - '3.) DO NOT dissrespect the Pope, or the Monarchs.'
    - '4.) Follow your ranks handbook.'
    - '5.) Have fun.'
    # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take
    # priority. If a command is in this list, Essentials will try to give ITSELF priority. This does not always work:
    # usually whichever plugin was updated most recently wins out. However, the full name of the command will always work.
    # For example, if WorldGuard and Essentials are both enabled, and WorldGuard takes control over /god, /essentials:god
    # will still map to Essentials, whereas it might normally get forced upon WorldGuard. Commands prefixed with an "e",
    # such as /egod, will always grant Essentials priority.
    # We should try to take priority over /god. If this doesn't work, use
    # /essentials:god or /egod. If god is set using WorldGuard, use /ungod to remove then use whichever you see fit.
    overridden-commands:
    - god

    # Disabled commands will be completelly unavailable on the server.
    disabled-commands:
    # - nick

    # Restricted commands have been removed.
    # Now we have a whitelist, all commands not on this list are only available to ops.
    # These will have NO EFFECT if you have Permissions installed!
    # They are here only if you want something simpler than Permissions.
    # These are the permissions without the "essentials." part.
    player-commands:
    - afk
    - back
    - back.ondeath
    - balance
    - clearinventory
    - compass
    - depth
    - getpos
    - geoip.show
    - help
    - helpop
    - home
    - home.others
    - ignore
    - info
    - kit
    - list
    - mail
    - mail.send
    - me
    - motd
    - msg
    - nick
    - pay
    - ping
    - portal
    - powertool
    - protect
    - r
    - rules
    - seen
    - sell
    - sethome
    - setxmpp
    - signs.create.protection
    - signs.create.trade
    - signs.break.protection
    - signs.break.trade
    - signs.use.balance
    - signs.use.buy
    - signs.use.disposal
    - signs.use.free
    - signs.use.heal
    - signs.use.mail
    - signs.use.protection
    - signs.use.sell
    - signs.use.time
    - signs.use.trade
    - signs.use.warp
    - signs.use.weather
    - spawn
    - suicide
    - tpa
    - tpaccept
    - tpahere
    - tpdeny
    - warp
    - warp.list
    - world
    - worth
    - xmpp

    # Note: All items MUST be followed by a quantity!
    # Times are measured in seconds.
    kits:
    # Disable all signs
    signs-disabled: false

    # Backup runs a command while saving is disabled
    backup:
    # Interval in minutes
    interval: 30
    # Add a command that backups your data, e.g.
    #command: 'rdiff-backup World1 backups/World1'

    # Set this true to enable permission per warp.
    per-warp-permission: false

    # Sort output of /list command by groups
    sort-list-by-groups: true

    # More output to the console
    debug: false

    # Set the locale for all messages
    # If you don't set this, the default locale of the server will be used.
    # Don't forget to remove the # infront of the line
    #locale: de_DE

    # Turn off god mode when people exit
    remove-god-on-disconnect: false

    # Use the permission system of bukkit
    # This only works if no other permission plugins are installed
    use-bukkit-permissions: false

    # Auto-AFK
    # After this timeout in seconds, the user will be set as afk.
    # Set to -1 for no timeout.
    auto-afk: 300

    # Auto-AFK Kick
    # After this timeout in seconds, the user will be kicked from the server.
    # Set to -1 for no timeout.
    auto-afk-kick: 600

    # Set this to true, if you want to freeze the player, if he is afk.
    # Other players or monsters can't push him out of afk mode then.
    # This will also enable temporary god mode for the afk player.
    # The player has to use the command /afk to leave the afk mode.
    freeze-afk-players: true

    ############################################################
    # +------------------------------------------------------+ #
    # | EssentialsHome | #
    # +------------------------------------------------------+ #
    ############################################################

    # When users die, should they respawn at their homes, instead of the spawnpoint?
    respawn-at-home: true

    # When a user interacts with a bed, should their home be set to that location?
    # If you enable this and remove default user access to the /sethome command, you can make beds the only way for players to set their home location.
    bed-sethome: true

    # If no home is set send you to spawn when /home is used
    spawn-if-no-home: true

    # If users have essentials.sethome.multiple how many homes can they have
    # People with essentials.sethome.multiple.unlimited are not limited by this number
    multiple-homes: 2


    ############################################################
    # +------------------------------------------------------+ #
    # | EssentialsEco | #
    # +------------------------------------------------------+ #
    ############################################################

    # Defines the balance with which new players begin. Defaults to 0.
    starting-balance: 500

    # worth-# defines the value of an item when it is sold to the server via /sell.
    # These are now defined in worth.yml

    # Defines the cost to use the given commands PER USE
    command-costs:
    # /example costs $1000 PER USE
    #example: 1000
    # /kit tools costs $1500 PER USE
    #kit-tools: 1500
    # Set this to a currency symbol you want to use.
    currency-symbol: '£'

    # Set the maximum amount of money a player can have
    # The amount is always limited to 10 trillions because of the limitations of a java double
    max-money: 10000000000000

    # Enable this to log all interactions with trade/buy/sell signs and sell command
    economy-log-enabled: true

    ############################################################
    # +------------------------------------------------------+ #
    # | EssentialsHelp | #
    # +------------------------------------------------------+ #
    ############################################################

    # Show other plugins commands in help
    non-ess-in-help: true

    # Hide plugins which dont give a permission
    # You can override a true value here for a single plugin by adding a permission to a user/group.
    # The indervidual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help this setting reguardless.
    # You can use negitive permissions to remove access to just a single plugins help if the following is enabled.
    hide-permissionless-help: true

    ############################################################
    # +------------------------------------------------------+ #
    # | EssentialsChat | #
    # +------------------------------------------------------+ #
    ############################################################

    # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
    # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
    # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
    # Or with essentials.chat.question can override this by prefixing text with a question mark (?)
    # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
    chat:
    radius: 0
    # If set to the default chat format which "should" be compatible with ichat.
    format: '<{DISPLAYNAME}> {MESSAGE}'
    #format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
    # You can also have group-specific formats, uncomment to enable:
    group-formats:
    # Default: '{WORLDNAME} {DISPLAYNAME}&7:&f {MESSAGE}'
    # Admins: '{WORLDNAME} &c[{GROUP}]&f {DISPLAYNAME}&7:&c {MESSAGE}'





    ############################################################
    # +------------------------------------------------------+ #
    # | EssentialsProtect | #
    # +------------------------------------------------------+ #
    ############################################################

    protect:
    # Database settings for sign/rail protection
    # get mysql.jar and sqlite and place it in your serverroot/lib directory from here:
    # http://java.net/projects/essentials/sources/svn/show/lib?rev=435

    # mysql, sqlite or none
    datatype: 'none'

    # If you specified MySQL above, you MUST enter the appropriate details here.
    # If you specified SQLite above, these will be IGNORED.
    username: 'root'
    password: 'root'
    mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'

    # For which block types would you like to be alerted?
    # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
    alert:
    # 10: lava
    # 11: still lava
    # 46: TNT
    on-placement: 10,11,46,7
    on-use:
    # 46: TNT
    on-break:

    # Users cannot PLACE these types of blocks/items.
    # < 255 designates a BLOCK
    # > 255 designates an ITEM (Some blocks can be placed as blocks OR items; lava blocks can be placed by lava buckets, for example.)
    blacklist:
    placement: 327,326,14,56,46,11,10,9,8
    usage: 327,326,325
    #prevent people from breaking blocks
    #break: 20,50
    break:
    # Which blocks should not be pushed by pistons
    piston:

    # General physics/behavior modifications
    prevent:
    lava-flow: false
    water-flow: false
    water-bucket-flow: false
    fire-spread: true
    lava-fire-spread: true
    flint-fire: true
    lightning-fire-spread: true
    portal-creation: false
    tnt-explosion: true
    tnt-playerdamage: false
    fireball-explosion: false
    fireball-fire: false
    fireball-playerdamage: false
    creeper-explosion: false
    creeper-playerdamage: false
    creeper-blockdamage: true
    enderman-pickup: true
    # Monsters won't follow players
    # permission essentials.protect.entitytarget.bypass disables this
    entitytarget: false
    # Prevent the spawning of creatures
    spawn:
    chicken: false
    cow: false
    creeper: false
    ghast: false
    giant: false
    monster: false
    pig: false
    pig_zombie: false
    sheep: false
    skeleton: false
    slime: false
    spider: false
    squid: false
    zombie: false
    wolf: false
    cave_spider: false
    enderman: false
    silverfish: false
    # Maximum height the creeper should explode. -1 allows them to explode everywhere.
    # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
    creeper:
    max-height: -1
    # Protect various blocks.
    protect:
    # Protect all signs
    signs: true

    # Prevent users from destroying rails
    rails: true

    # Blocks below rails/signs are also protected if the respective rail/sign is protected.
    # This makes it more difficult to circumvent protection, and should be enabled.
    # This only has an effect if "rails" or "signs" is also enabled.
    block-below: true

    # Prevent placing blocks above protected rails, this is to stop a potential griefing
    prevent-block-on-rails: true
    # Store blocks / signs in memory before writing
    memstore: false

    # Disable various default physics and behaviors
    disable:
    # Should fall damage be disabled?
    fall: false

    # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
    # They will be unable to attack users without that same permission node.
    pvp: false

    # Should drowning damage be disabled?
    # (Split into two behaviors; generally, you want both set to the same value)
    drown: false
    suffocate: false

    # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
    lavadmg: false

    # Should arrow damage be disabled
    projectiles: false

    # This will disable damage from touching cacti.
    contactdmg: false

    # Burn, baby, burn! Should fire damage be disabled?
    firedmg: false
    # Should the damage after hit by a lightning be disabled?
    lightning: false

    # Should people with build: false in permissions be allowed to build
    # Set true to disable building for those people
    build: true
    # Should people with build: false in permissions be allowed to use items
    # Set true to disable useing for those people
    use: true

    # Should we tell people they are not allowed to build
    warn-on-build-disallow: false


    # Disable weather options
    weather:
    storm: false
    thunder: false
    lightning: false

    ############################################################
    # +------------------------------------------------------+ #
    # | New Players | #
    # +------------------------------------------------------+ #
    ############################################################

    newbies:
    # Should we announce to the server when someone logs in for the first time?
    # If so, use this format, replacing {DISPLAYNAME} with the player name.
    # If not, set to ''
    #announce-format: ''
    announce-format: '&dHerro, {DISPLAYNAME}! How do you do? :3'
    # When we spawn for the first time, which spawnpoint do we use?
    # Set to "none" if you want to use the spawn point of the world.
    spawnpoint: newbies

    # End of File <-- No seriously, you're done with configuration.
     
  4. Offline

    AinSophAur

    There is a special character in there that its not able to read. I honestly don't know which one it is nor do I have the attention span to look through all of it. My suggestion would be to keep the current one as a backup and make a new .yml where you make it without using any special characters and saving it as the default ANSI format to see if that works.
     
  5. Offline

    Baxstar1

    Bump. I really need help. And not JUST with Essentials! D:
     
  6. Offline

    Brain

    If you're transferring the .jar files via FTP: try forcing binary mode. If that doesn't work maybe the download itself is corrupt.
     
  7. Offline

    emericask8ur

    Essentials isnt working, bigbrother no longer supports higher builds
     
Thread Status:
Not open for further replies.

Share This Page