Inactive [ADMN] ConsoleFilter v1.1.0 - Filter or modify any console message [1.1-R8 / 1.2.5-R1.0]

Discussion in 'Inactive/Unsupported Plugins' started by CypherX, Aug 17, 2011.

  1. Offline

    CypherX

    ConsoleFilter v1.1.0 - CraftBukkit build: [1.1-R8 / 1.2.5-R1.0]
    Download v1.1.0

    Tired of your server console being spammed with unnecessary messages? Irritated by gigantic log files? ConsoleFilter allows for the filtering or modification of messages printed to the server console. Utilizing an easy to understand filter syntax, tasks such as simply blocking an entire message or using a regular expression for advanced replacement can all be done.

    To install, download the latest version and extract it into the /plugins/ directory. The config.yml file located in /plugins/ConsoleFilter/ is where filters are managed.

    Features
    • Ability to completely block or modify messages printed to the server console
    • Simple to use syntax
    • Supports string and regular expression values
    • Lightweight and efficient
    Filter Examples

    To completely filter out a message:
    Code:
    filter:
        - type: string
          value: Can't keep up! Did the system time change, or is the server overloaded?
          level: WARNING
    This will block all messages containing the text "Can't keep up! Did the system time change, or is the server overloaded?" with the WARNING level.

    To replace part of a message:
    Code:
    filter:
        - type: string
          value: version
          replace: v
          level: ALL
    This will result in all instances of the word "version" being replaced with "v".

    Regular expressions work the same way, just specify the type as regex instead of string and the value as your expression.

    Changelog
    • Version 1.1.0
      • Updated to work with the latest version of CraftBukkit.
    • Version 1.0
      • Initial release
     
  2. Offline

    Phedg1

    Post your config and server logs, this makes it easier for us to help you.
     
  3. Offline

    tinez

    Oh sorry, maybe because my config was the default, i didn't post it ^^

    Here it is:
    Code:
    filter:
        - type: string
          value: Can't keep up! Did the system time change, or is the server overloaded?
          level: WARNING
    
        - type: string
          value: For help, type "help" or "?"
          replace:
          level: INFO
    
    Init log:
    Code:
    2011-10-28 11:47:42 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1131-g86b7fa8-b1337jnks (MC: 1.8.1)
    2011-10-28 11:47:42 [INFO] [PermissionsEx] sql backend registered!
    2011-10-28 11:47:42 [INFO] [PermissionsEx] file backend registered!
    2011-10-28 11:47:42 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    2011-10-28 11:47:42 [INFO] DataSourcePool [ModTRS] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-10-28 11:47:42 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-10-28 11:47:43 [INFO] Entities enhanced[0] subclassed[2]
    2011-10-28 11:47:43 [INFO] [PermissionsEx] p2compat backend registered!
    2011-10-28 11:47:43 [INFO] [PermissionsCompat] Compatibility Layer Initalized!
    2011-10-28 11:47:44 [INFO] Starting Minequery server on *:20201
    2011-10-28 11:47:44 [INFO] [PermissionsEx] Initializing sql backend
    2011-10-28 11:47:44 [INFO] [PermissionsEx-SQL] Connecting to database "mysql://localhost/permissions"
    2011-10-28 11:47:44 [INFO] [PermissionsEx-SQL] Successfuly connected to database
    2011-10-28 11:47:45 [INFO] [LogBlock] Version check: Your version is up to date
    2011-10-28 11:47:45 [INFO] [LogBlock] Connecting to logblock@jdbc:mysql://localhost:3306/logblock...
    2011-10-28 11:47:45 [INFO] Spout 1.0.6.449 has been initialized
    2011-10-28 11:47:45 [INFO] Preparing level "world"
    2011-10-28 11:47:45 [INFO] Default game type: 0
    2011-10-28 11:47:45 [INFO] Preparing start region for level 0 (Seed: -6501103712586024038)
    2011-10-28 11:47:46 [INFO] [PermissionsEx] Superperms support enabled.
    2011-10-28 11:47:46 [INFO] [PermissionsEx] v1.15 enabled
    2011-10-28 11:47:46 [INFO] ScheduledAnnouncer v1.7.0 is enabled!
    
    2011-10-28 11:47:46 [INFO] WorldEdit 4.7 enabled.
    2011-10-28 11:47:46 [INFO] WorldEdit: PermissionsEx detected! Using PermissionsEx for permissions.
    2011-10-28 11:47:46 [INFO] IHateExp enabled!
    2011-10-28 11:47:46 [INFO] LogBlockQuestioner v0.02 enabled
    2011-10-28 11:47:46 [INFO] [ModTRS] Using Permissions version 2.7.7 for permission handling
    2011-10-28 11:47:46 [INFO] [ModTRS] Plugin enabled! (version 2.1)
    2011-10-28 11:47:46 [INFO] [MobDisguise] by desmin88 version 1.63 enabled.
    2011-10-28 11:47:46 [INFO] [FalseBook Core] FalseBookCore v0.88alpha by GeMo enabled!
    2011-10-28 11:47:46 [INFO] Lockette version 1.4.4 is being enabled!  Yay!  (Core version 1.2.3)
    2011-10-28 11:47:46 [INFO] Lockette: Detected craftbukkit build [1337] ok.
    2011-10-28 11:47:46 [INFO] [PermissionsCompat] Compatibility layer enabled.
    2011-10-28 11:47:46 [INFO] WorldEdit: PermissionsEx detected! Using PermissionsEx for permissions.
    2011-10-28 11:47:46 [INFO] Lockette: Linked to Permissions plugin version 2.7.7
    2011-10-28 11:47:46 [INFO] Lockette: Ready to protect your containers.
    2011-10-28 11:47:46 [INFO] [MagicCarpet] Loading saved carpets...
    2011-10-28 11:47:46 [INFO] [MagicCarpet] version 2.0.4 is enabled!
    2011-10-28 11:47:46 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet or /mc.
    2011-10-28 11:47:46 [INFO] [xAuth] 'Permissions' v2.7.7 support enabled!
    2011-10-28 11:47:46 [INFO] [xAuth] Connection to database established!
    2011-10-28 11:47:46 [INFO] [xAuth] Accounts: 5359, Sessions: 59
    2011-10-28 11:47:46 [INFO] [xAuth] v2.0b4.3 Enabled!
    2011-10-28 11:47:46 [INFO] [FalseBook Block] 3100 Books loaded!
    2011-10-28 11:47:46 [INFO] FalseBookBlock v0.88alpha by GeMo enabled
    2011-10-28 11:47:46 [INFO] [FalseBook Block] 2 Cauldrons successfully loaded.
    2011-10-28 11:47:46 [INFO] Using locale fr_FR
    2011-10-28 11:47:49 [INFO] Using locale fr_FR
    2011-10-28 11:47:49 [INFO] Essentials version 2.6.4 par Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits a été chargé
    2011-10-28 11:47:49 [INFO] Essentials: Using PermissionsEx based permissions.
    2011-10-28 11:47:49 [INFO] [ConsoleFilter] Loaded 2 filters!
    2011-10-28 11:47:49 [INFO] [ConsoleFilter] v1.0 Enabled!
    2011-10-28 11:47:49 [INFO] SkylandsPlugin version 1.4 is enabled with permissions!
    2011-10-28 11:47:49 [INFO] Preparing start region for level 1 (Seed: -6501103712586024038)
    2011-10-28 11:47:50 [INFO] Initialisation
    2011-10-28 11:47:50 [INFO] [ServerPort] Read gameport from server.PROPERTIES file: 25565
    2011-10-28 11:47:50 [INFO] Custom gates defined:
    2011-10-28 11:47:50 [INFO] nether
    2011-10-28 11:47:50 [INFO] bindstone
    2011-10-28 11:47:50 [INFO] temple
    2011-10-28 11:47:50 [INFO] watercurtain
    2011-10-28 11:47:50 [INFO] cartgate
    2011-10-28 11:47:50 [INFO] [ServerPort] Bound to port 20101 correctly
    2011-10-28 11:47:51 [INFO] Server Port version 383 is enabled!
    2011-10-28 11:47:51 [INFO] SimpleSignEdit v1.8.1 enabled.
    2011-10-28 11:47:51 [INFO] [SimpleSignEdit] Checking for table...
    2011-10-28 11:47:51 [INFO] [SimpleSignEdit] Table found! (Error code was SQL:2003 SQLState: 42S01; feel free to post this line on the forum as it may help me improve the plugin; however, this is not a bug)
    2011-10-28 11:47:51 [INFO] EasyNoNotification is enabled
    2011-10-28 11:47:51 [INFO] [iConomy] Logging is currently disabled.
    2011-10-28 11:47:51 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-10-28 11:47:51 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-10-28 11:47:51 [INFO] [Essentials] Payment method found (iConomy version: 5)
    2011-10-28 11:47:51 [INFO] [iConomy] hooked into Permissions.
    2011-10-28 11:47:51 [INFO] WorldGuard: PermissionsEx detected! Using PermissionsEx for permissions.
    2011-10-28 11:47:51 [INFO] WorldGuard: (world) Single session is NOT ENFORCED.
    2011-10-28 11:47:51 [INFO] WorldGuard: (world) TNT ignition is blocked.
    2011-10-28 11:47:51 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2011-10-28 11:47:51 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-10-28 11:47:51 [INFO] WorldGuard: (world) All fire spread is disabled.
    2011-10-28 11:47:51 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-10-28 11:47:51 [INFO] WorldGuard: (world_skylands) Single session is NOT ENFORCED.
    2011-10-28 11:47:51 [INFO] WorldGuard: (world_skylands) TNT ignition is blocked.
    2011-10-28 11:47:51 [INFO] WorldGuard: (world_skylands) Lighters are PERMITTED.
    2011-10-28 11:47:51 [INFO] WorldGuard: (world_skylands) Lava fire is blocked.
    2011-10-28 11:47:51 [INFO] WorldGuard: (world_skylands) All fire spread is disabled.
    2011-10-28 11:47:51 [INFO] WorldGuard: Loaded configuration for world 'world_skylands"
    2011-10-28 11:47:51 [INFO] WorldGuard: 1216 regions loaded for 'world'
    2011-10-28 11:47:51 [INFO] WorldGuard: 92 regions loaded for 'world_skylands'
    2011-10-28 11:47:51 [INFO] WorldGuard 5.3 enabled.
    2011-10-28 11:47:51 [INFO] [ChatManager] ChatManager enabled!
    2011-10-28 11:47:51 [INFO] [dynmap] Using Permissions 2.7.7 for access control
    2011-10-28 11:47:52 [INFO] [dynmap] Loaded 12 shaders.
    2011-10-28 11:47:52 [INFO] Connection reset
    2011-10-28 11:47:52 [INFO] [dynmap] Loaded 56 perspectives.
    2011-10-28 11:47:52 [INFO] [dynmap] Loaded 6 lightings.
    2011-10-28 11:47:52 [INFO] [dynmap] Loaded 1 maps of world 'world'.
    2011-10-28 11:47:52 [INFO] [dynmap] Loaded 1 maps of world 'world_skylands'.
    2011-10-28 11:47:52 [INFO] [dynmap] Dynmap WebServer started on null:7777
    2011-10-28 11:47:52 [INFO] [dynmap] version 0.23 is enabled
    2011-10-28 11:47:52 [INFO] EssentialsSpawn version 2.6.4 par essentials team a été chargé
    2011-10-28 11:47:52 [INFO] [mcMMO] PermissionsEx found, using PermissionsEx.
    2011-10-28 11:47:52 [INFO] Loading Config File...
    2011-10-28 11:47:54 [INFO] mcMMO version 1.1.16 is enabled!
    2011-10-28 11:47:54 [INFO] mcMMO is keeping usage stats an. To opt-out for whatever bizarre reason, check plugins/stats.
    2011-10-28 11:47:54 [INFO] WorldBorder version 1.4.4 loading
    2011-10-28 11:47:54 [INFO] [WorldBorder] [CONFIG] Using round border, knockback of 3.0 blocks, and timer delay of 5.
    2011-10-28 11:47:54 [INFO] [WorldBorder] [CONFIG] Border-checking timed task started.
    2011-10-28 11:47:54 [INFO] [WorldBorder] [CONFIG] World "pvp" has border radius 300 at X: -147.3 Z: 246.6 (shape override: square)
    2011-10-28 11:47:54 [INFO] [WorldBorder] [CONFIG] World "world_nether" has border radius 462 at X: 3.5 Z: -43.5
    2011-10-28 11:47:54 [INFO] [WorldBorder] [CONFIG] World "world_skylands" has border radius 2500 at X: 39.0 Z: -707.0
    2011-10-28 11:47:54 [INFO] [WorldBorder] [CONFIG] World "nether" has border radius 1000 at X: 13.5 Z: -68.6 (shape override: square)
    2011-10-28 11:47:54 [INFO] [WorldBorder] [CONFIG] World "world" has border radius 3700 at X: 39.5 Z: -706.5
    2011-10-28 11:47:54 [INFO] [WorldBorder] [CONFIG] Will use plugin for permissions: Permissions v2.7.7
    2011-10-28 11:47:54 [INFO] For reference, the main world's spawn location is at X: 2937 Y: 77 Z: -1327
    2011-10-28 11:47:54 [INFO] [Citizens] No NPC types loaded.
    2011-10-28 11:47:54 [INFO] [Citizens] Permissions system found (PermissionsEx v1.15)
    2011-10-28 11:47:54 [INFO] [Citizens] version [devBuild-209] loaded.
    2011-10-28 11:47:54 [INFO] [Citizens] Economy plugin found (iConomy v5)
    2011-10-28 11:47:54 [INFO] [LogBlock] Permissions plugin found.
    2011-10-28 11:47:54 [INFO] You are not allowed to rollback more than 86400 minutes
    2011-10-28 11:47:54 [INFO] [LogBlock] Scheduled consumer with bukkit scheduler.
    2011-10-28 11:47:54 [INFO] You are not allowed to rollback more than 86400 minutes
    2011-10-28 11:47:54 [INFO] LogBlock v1.32 by DiddiZ enabled.
    2011-10-28 11:47:55 [INFO] [ChestShop] Permissions version 2.7.7 loaded.
    2011-10-28 11:47:55 [INFO] [ChestShop] Lockette version 1.4.4 loaded.
    2011-10-28 11:47:55 [INFO] [ChestShop] WorldGuard version 5.3 loaded.
    2011-10-28 11:47:55 [INFO] [ChestShop] version 3.24 initialized!
    2011-10-28 11:47:55 [INFO] [ChestShop] iConomy 5 loaded.
    2011-10-28 11:47:55 [INFO] [RandMan] hooked into WorldBorder.
    2011-10-28 11:47:55 [INFO] RandMan version 1.0.2 is enabled!
    2011-10-28 11:47:55 [INFO] [VANISH] Now hooking into Essentials
    2011-10-28 11:47:55 [INFO] [VANISH] Now hooking into Dynmap
    2011-10-28 11:47:55 [INFO] [VANISH] Version 1.6.9.8 enabled.
    2011-10-28 11:47:55 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-10-28 11:47:55 [INFO] Done (0.987s)! For help, type "help" or "?"
    2011-10-28 11:47:55 [INFO] [FalseBook Block] 7 Bridges successfully loaded.
    2011-10-28 11:47:55 [INFO] [FalseBook Block] 0 Doors successfully loaded.
    2011-10-28 11:47:55 [INFO] [FalseBook Block] 1775 protected gateblocks successfully loaded.
    (I tried the pattern "Can" with regex instead, didn't work).

    And i don't have any error on the server log, the plugins is loaded at init and that is all.

    Thx for helping though
     
  4. Offline

    Phedg1

    Need the server logs too.
     
  5. Offline

    tinez

    Edited.
     
  6. Offline

    Phedg1

    I don't know. Two things come to mind, but it might be neither. First of all; you may have a conflicting plugin, however, I am unaware of any plugins that may affect ConsoleFilter. Secondly; Are your indentations in config.yml spaces or tabs? For bukkit to interpreti it correctly they need to be tabs. Finaly, if you do end up getting it working, try opening the .jar, open the plugin.yml contained within, and add 'load: STARTUP' to underneath 'name' and 'main'. This will let you filter the startup messages for other plugins aswell. But it doesn't support all plugins atm, that's comming in the next release.
     
  7. Offline

    jespertheend

    Ok what did I do wrong?

    I have these filters:

    But I still keep getting messages like:
    and
    though the last one might be because it's a configurable message, but for some reason it say's "[MineBackup]" twice..
     
  8. Offline

    Phedg1

    You're using regex wrong, you should be using a string.
     
  9. Offline

    jespertheend

    thanks works now :p
    so far...
     
  10. Offline

    DaEgo

    wow epic
    its so relaxing now, reading console :D

    but, ur filter messed up with some signs
    like [ or : or "
    right ?

    btw, works fine on [CB] #1547
     
  11. Offline

    agubelu

    Is there any way to filter multi-lines messages?
     
  12. Offline

    Oscarius

    Any way your plugin could filter these messages? They show up whenever someone logs in, and displays the entire online-list. Very spammy.
    Code:
    2011-12-04 20:34:46 [INFO] [MCBans] jman32123 has connected!
    2011-12-04 20:34:46 [INFO] jman32123 [/98.27.63.219:55272] logged in with entity id 659391 at ([world] 8.5, 68.62000000476837, 4.5)
    2011-12-04 20:34:47 [INFO] [OKB3] [BRIDGE] jman32123's ranks synced.
    2011-12-04 20:35:01 [INFO] There are 45/100 players online:
    2011-12-04 20:35:01 [INFO] DesignRozletem  pausekuk  Tangibleguy
    2011-12-04 20:35:01 [INFO] WholemealChimp  TheOverlord15  ronsardis  Gikataru
    2011-12-04 20:35:01 [INFO] doddidraugur  wholemealcrab  sonlei  Lucas_the_bot
    2011-12-04 20:35:01 [INFO] qawsen123  krukur  Psyren666  unholyspaghetti
    2011-12-04 20:35:01 [INFO] [VIP]jjrambo97  [VIP]SoulCal  devoura  [VIP]Gerbilios
    2011-12-04 20:35:01 [INFO] [VIP]AWESOME_HAMSTA  SoDutch  ss9090  Zero3920
    2011-12-04 20:35:01 [INFO] [VIP]spyhunter83  [VIP]BryceCakes  werzz  [VIP]nomad5151
    2011-12-04 20:35:01 [INFO] [VIP]JACK_HAYSOM  comtech1234  Oshkosh908  [VIP]Degu28  [VIP]beggit
    2011-12-04 20:35:01 [INFO] rikimaru231  THE_AWESOME87  leirstein  bowski16
    2011-12-04 20:35:01 [INFO] magiclynx  [VIP]Djumen  migadada  kylewil13  shoegazerrrr
    2011-12-04 20:35:01 [INFO] svenvm  Chickenwing360  deadsushi  jman32123
     
  13. Offline

    DaEgo

    Add something like 'text case sensitiv inside specially Ä Ü Ö'
    1. i cannot use Ö Ü Ä cause he say "not allowed" and i got many errors in console
    2. or set the text inside two signs like 'and than' or "this and"
    can u fix that pls ?
     
  14. Offline

    kshade

    I'm trying to filter private messages with this, we're running bukkit #1597 and it doesn't work for that at all. They have the format [INFO] (PM) playername -> playername : words and I've tried everything from a regex to just matching PM or ->. The PM plug-in we're using is CommandBook.
     
  15. When running the Vanilla minecraft server, the Console gives the date and time before every line. Either the default for Bukkit is just to show the time, or either some mod I have makes that happen. I would like to show also the Date and Time for Player login and logout/disconnect in the Console. Can this mode do that, or is there a Bukkit server setting?
     
  16. Offline

    kshade

  17. Offline

    ZeroZX4

    im using this PAIL plugin
    http://forums.bukkit.org/threads/ad...t-and-most-extensible-bukkit-gui-1-0-1.30246/

    and with your plugin
    whic is by default configured like this
    Code:
    filter:
        - type: string
          value: For help, type "help" or "?"
          replace:
          level: INFO
    
    Pail wont launch

    which is caused by disabling this line
    Code:
     value: For help, type "help" or "?" 
    i just want to ask if you can put a note about it in your post so ppl who use Pail know why i wont run
    cause it took few mins to me before i figure it out
     
  18. Offline

    TheShadow777

    its possbile to hidden this messages:

    14:14:19 [WARNING] Entity is at -448.5,-448.5 (chunk -29,-29) but was stored in chunk -28,-29
    14:14:19 [WARNING] Wrong location for net.minecraft.server.EntityItem@81 in world 'world'!

    ?? i know its a important info, but i know the errer, please help =/
     
  19. Offline

    ZeroZX4


    that is what i think problem with someones inventory cause i had same problem and deleted all players data and it fixed it
    just try move players data to desktop for example and than run the server and see if error will show up agian
     
  20. Offline

    TheShadow777

    i have delete all players dats in all my world, but the error come again... its possible to hide it with this plugin?

    //edit: btw i have use chunkster too, no change. because that i will hidden the error with this plugin, but it dont work, can anybody help me to write a right part in the config??
     
  21. Offline

    dustfinger314

    I can't get any of the filters except the two defaults to work. My config is this, as you can see, I've tried every possible method of getting rid of any of the messages I could think of:
    Code:
    filter:
        - type: string
          value: Can't keep up! Did the system time change, or is the server overloaded?
          level: WARNING
    
        - type: string
          value: For help, type "help" or "?"
          replace:
          level: INFO
    
        - type: string
          value: "The time was set to 00:00 or 12:00AM or 18000ticks in: space "
          level: INFO
    
        - type: string
          value: 'The time was set to 00:00 or 12:00AM or 18000ticks in: space '
          level: INFO
    
        - type: regex
          value: "The time was set to 00:00 or 12:00AM or 18000ticks in: space "
          level: INFO
    
        - type: regex
          value: 'The time was set to 00:00 or 12:00AM or 18000ticks in: space '
          level: INFO
    
        - type: string
          value: "The time was set to 00:00 or 12:00AM or 18000ticks in: space"
          level: INFO
    
        - type: string
          value: 'The time was set to 00:00 or 12:00AM or 18000ticks in: space'
          level: INFO
    
        - type: regex
          value: "The time was set to 00:00 or 12:00AM or 18000ticks in: space"
          level: INFO
    
        - type: regex
          value: 'The time was set to 00:00 or 12:00AM or 18000ticks in: space'
          level: INFO
    
        - type: string
          value: "The time was set to"
          level: INFO
    
        - type: string
          value: 'The time was set to'
          level: INFO
    
        - type: regex
          value: "The time was set to"
          level: INFO
    
        - type: regex
          value: 'The time was set to'
          level: INFO
    
        - type: string
          value: The time was set to
          level: INFO
    
        - type: regex
          value: The time was set to
          level: INFO
    
        - type: string
          value: "Connection reset"
          level: INFO
    
        - type: string
          value: 'Connection reset'
          level: INFO
    
        - type: regex
          value: "Connection reset"
          level: INFO
    
        - type: regex
          value: 'Connection reset'
          level: INFO
    
        - type: string
          value: Connection reset
          level: INFO
    
        - type: regex
          value: Connection reset
          level: INFO     
    Both connection reset and time set messages still show up:
    Code:
    2012-01-0217:41:56[INFO]Connection reset
    2012-01-02 17:41:56 [INFO] dustfinger314 lost connection: disconnect.endOfStream
    2012-01-02 17:42:02 [INFO] The time was set to 00:00 or 12:00AM or 18000ticks in: space
    2012-01-02 17:42:02 [INFO] The time was set to 06:59 or 6:59AM or 999ticks in: circuitboard
    
    I am running these plugins:
    Here is my boot up log from server.txt.
    Code:
    [INFO] Starting minecraft server version 1.0.1
    2012-01-02 07:31:37 [INFO] Loading properties
    2012-01-02 07:31:37 [INFO] Starting Minecraft server on
    2012-01-02 07:31:37 [INFO] This server is running Craftbukkit version git-Bukkit-1.0.1-R1-1-g1e6a083-b1602jnks (MC: 1.0.1) (Implementing API version 1.0.1-R2-SNAPSHOT)
    2012-01-02 07:31:38 [INFO] [SuperpermBridge] Superperm/Permissions bridge initialized
    2012-01-02 07:31:38 [INFO] MLog clients using java 1.4+ standard logging.
    2012-01-02 07:31:38 [INFO] [RedstoneChips] Loading SensorLibrary 0.31 > photocell, pirsensor, rangefinder, daytime, slotinput, beacon, spark, vehicleid, playerid.
    2012-01-02 07:31:38 [INFO] [RedstoneChips] Loading BasicCircuits 0.93a > adder, and, clock, counter, demultiplexer, divider, flipflop, multiplexer, multiplier, or, pisoregister, print, random, receiver, shiftregister, transmitter, xor, decoder, encoder, pixel, pulse, not, synth, srnor, terminal, router, ringcounter, iptransmitter, ipreceiver, comparator, delay, repeater, nand, nor, xnor, segdriver, dregister, sram, bintobcd, display, burst.
    2012-01-02 07:31:38 [INFO] [RedstoneChips] Loading LightControl 0.1 > glasslight, pumpkinlight, rstorchlight, torchlight, netherlight.
    2012-01-02 07:31:38 [INFO] RedstoneChips 0.93a enabled.
    2012-01-02 07:31:38 [INFO] Preparing level "world"
    2012-01-02 07:31:38 [INFO] Default game type: 1
    2012-01-02 07:31:38 [INFO] Preparing start region for level 0 (Seed: -3655191081256728375)
    2012-01-02 07:31:39 [INFO] Preparing spawn area: 77%
    2012-01-02 07:31:39 [INFO] Preparing start region for level 1 (Seed: -8250580169898278254)
    2012-01-02 07:31:40 [INFO] Preparing start region for level 2 (Seed: -3655191081256728375)
    2012-01-02 07:31:40 [INFO] Preparing spawn area: 0%
    [U][B]2012-01-02 07:31:41 [INFO] [ConsoleFilter] Loaded 22 filters![/B][/U]
    [U][B]2012-01-02 07:31:41 [INFO] [ConsoleFilter] v1.0 Enabled![/B][/U]
    2012-01-02 07:31:41 [INFO] [ConsoleScheduler] (By Rahazan) - v0.3.1 loaded.
    2012-01-02 07:31:41 [INFO] [ConsoleScheduler] Command execution will start in 5 seconds.
    2012-01-02 07:31:41 [INFO] File not found: plugins\Essentials\jail.yml
    2012-01-02 07:31:41 [INFO] Loaded Essentials build 2.7.2 by: Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits
    2012-01-02 07:31:41 [INFO] Essentials: Using config based permissions. Enable superperms in config.
    2012-01-02 07:31:41 [INFO] Loaded EssentialsChat build 2.7.2 by: essentials team
    2012-01-02 07:31:41 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
    2012-01-02 07:31:42 [INFO] Loaded EssentialsProtect build 2.7.2 by: essentials team
    2012-01-02 07:31:42 [INFO] Loaded EssentialsSpawn build 2.7.2 by: essentials team
    2012-01-02 07:31:42 [INFO] [MCDocs] (Tazzernator/Andrew Tajsic) - v12 loaded.
    2012-01-02 07:31:42 [INFO] [MobileAdmin] Loading server stats.
    2012-01-02 07:31:42 [INFO] [MobileAdmin] Loading chat log.
    2012-01-02 07:31:42 [INFO] [MobileAdmin] Loading users.
    2012-01-02 07:31:42 [INFO] [MobileAdmin] Starting server...
    2012-01-02 07:31:42 [INFO] [MobileAdmin] Version 3.2.3 is enabled!
    2012-01-02 07:31:42 [INFO] [MobileAdmin] Server listening on
    2012-01-02 07:31:42 [INFO] Preparing start region for level 3 (Seed: 6771813524453811015)
    2012-01-02 07:31:43 [INFO] Preparing start region for level 4 (Seed: 6141084029767195831)
    2012-01-02 07:31:43 [INFO] [RedstoneChips] Loading chips for world 'circuitboard'...
    2012-01-02 07:31:44 [INFO] [MultiWorld] Enabling MultiWorld
    2012-01-02 07:31:44 [INFO] [MultiWorld] v2.5.0 enabled.
    2012-01-02 07:31:44 [INFO] PermissionsBukkit v1.2 is now enabled
    2012-01-02 07:31:44 [INFO] Essentials: Using PermissionsBukkit based permissions.
    2012-01-02 07:31:44 [INFO] [PluginManager]Permissions plugin not found, defaulting to OP
    2012-01-02 07:31:44 [INFO] [PluginManager] 1.3 by Technius enabled!
    2012-01-02 07:31:44 [INFO] [PluginManager]PluginManagerEngine(aka PME) enabled!
    2012-01-02 07:31:44 [INFO] [PME]PluginManagerEngine build [5] initialized!
    2012-01-02 07:31:44 [INFO] [RemoveExplosions] Permissions detected, RemoveExplosions hooked into permissions
    2012-01-02 07:31:44 [INFO] [RemoveExplosions] - Version 1.2 has been enabled.
    2012-01-02 07:31:44 [INFO] RocketBoots v0.3.6 enabled!
    2012-01-02 07:31:44 [INFO] [SuperpermBridge] Superperm/Permissions bridge enabled
    2012-01-02 07:31:44 [INFO] WirelessRedstone: WirelessRedstone version 1.2 BETA is loading...
    2012-01-02 07:31:44 [INFO] WirelessRedstone: Detected Permissions version 2.7.7
    2012-01-02 07:31:44 [INFO] WirelessRedstone: Registering Events...
    2012-01-02 07:31:44 [INFO] WirelessRedstone version 1.2 BETA is enabled!
    2012-01-02 07:31:44 [INFO] WorldEdit 5.0 enabled.
    2012-01-02 07:31:44 [INFO] WEPIF: Using the Bukkit Permissions API.
    2012-01-02 07:31:44 [INFO] WEPIF: Using the Bukkit Permissions API.
    2012-01-02 07:31:44 [INFO] WEPIF: Using the Bukkit Permissions API.
    2012-01-02 07:31:44 [INFO] WorldGuard: Loaded configuration for world 'world"
    2012-01-02 07:31:44 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    2012-01-02 07:31:44 [INFO] WorldGuard: Loaded configuration for world 'world_the_end"
    2012-01-02 07:31:44 [INFO] WorldGuard: Loaded configuration for world 'Valhalla"
    2012-01-02 07:31:44 [INFO] WorldGuard: Loaded configuration for world 'circuitboard"
    2012-01-02 07:31:44 [INFO] WorldGuard: 0 regions loaded for 'world'
    2012-01-02 07:31:44 [INFO] WorldGuard: 0 regions loaded for 'world_nether'
    2012-01-02 07:31:44 [INFO] WorldGuard: 0 regions loaded for 'world_the_end'
    2012-01-02 07:31:44 [INFO] WorldGuard: 0 regions loaded for 'Valhalla'
    2012-01-02 07:31:44 [INFO] WorldGuard: 2 regions loaded for 'circuitboard'
    2012-01-02 07:31:44 [INFO] WorldGuard 5.4 enabled.
    2012-01-02 07:31:44 [INFO] [SpawnerAdjuster][1.2.0] Enable Started
    2012-01-02 07:31:45 [INFO] Preparing start region for level 5 (Seed: -830303407406960789)
    2012-01-02 07:31:45 [INFO] WorldGuard: Loaded configuration for world 'space"
    2012-01-02 07:31:45 [INFO] [BananaSpace] The plugin will now start sending usage stats. You can disable this in plugins/stats!
    2012-01-02 07:31:45 [INFO] BananaSpace is keeping usage stats. To opt-out for whatever bizarre reason, check plugins/stats.
    2012-01-02 07:31:45 [INFO] [BananaSpace] Enabled version 1.4_2
    2012-01-02 07:31:45 [INFO] [Dynmap-Essentials] initializing
    2012-01-02 07:31:45 [INFO] [Dynmap-WorldGuard] initializing
    2012-01-02 07:31:45 [INFO] [dynmap] Using Permissions 2.7.7 for access control
    2012-01-02 07:31:46 [INFO] [dynmap] Loaded 14 shaders.
    2012-01-02 07:31:46 [INFO] [dynmap] Loaded 82 perspectives.
    2012-01-02 07:31:46 [INFO] [dynmap] Loaded 7 lightings.
    2012-01-02 07:31:46 [INFO] [dynmap] Loaded 3 maps of world 'world'.
    2012-01-02 07:31:46 [INFO] [dynmap] Loaded 2 maps of world 'world_nether'.
    2012-01-02 07:31:46 [INFO] [dynmap] Loaded 2 maps of world 'world_the_end'.
    2012-01-02 07:31:46 [INFO] [dynmap] Loaded 3 maps of world 'Valhalla'.
    2012-01-02 07:31:46 [INFO] [dynmap] Loaded 3 maps of world 'circuitboard'.
    2012-01-02 07:31:46 [INFO] [dynmap] Loaded 3 maps of world 'space'.
    2012-01-02 07:31:47 [INFO] [dynmap] Dynmap WebServer started
    2012-01-02 07:31:47 [INFO] [dynmap] version 0.28-675 is enabled
    2012-01-02 07:31:47 [INFO] [Dynmap-Essentials] version 0.10 is activated
    2012-01-02 07:31:47 [INFO] [Dynmap-WorldGuard] version 0.12 is activated
    2012-01-02 07:31:47 [INFO] Done (0.905s)! For help, type "help" or "?"
    2012-01-02 07:31:47 [INFO] [RedstoneChips] Processing 38 active chip(s).
    2012-01-02 07:31:47 [INFO] [RedstoneChips] A new RedstoneChips version (0.93b) is available.
    To download the update go to: http://eisental.github.com/RedstoneChips
    2012-01-02 07:31:49 [INFO] WorldGuard: 0 regions loaded for 'space'
    2012-01-02 07:31:52 [INFO] [ConsoleScheduler] has started executing commands
    2012-01-02 07:31:52 [INFO] ---------------[ConsoleScheduler]----------------
    2012-01-02 07:31:52 [INFO] getConfig contains CommandSchedule.Command1
    2012-01-02 07:31:52 [INFO] getConfig contains CommandSchedule.Command2
    2012-01-02 07:31:52 [INFO] [ConsoleScheduler] has attempted to put 2 commands on schedule.
    
    Can anyone see what went wrong? Is it a plugin conflict, are recent CraftBukkit versions not working, or have I just missed something stupid?
     
  22. Offline

    ZeroZX4

    sorry bro when i 1st seen your message i wanted to answer but i forgot
    try this two tricks
    http://forums.bukkit.org/threads/chunk-error.29133/
    and
    http://forums.bukkit.org/threads/server-exploded-please-help.39683/
     
  23. Offline

    TheShadow777

    @ZeroZX4: Thanks for your help, but i have found the problem. i have delete the plugin "performance tweaks", now the errors are away :p
     
  24. Offline

    Buckethead

    this doesnt work for me. 1846 build
    my config

    filter:
    - type: string
    value: Can't keep up! Did the system time change, or is the server overloaded?
    level: WARNING

    and guess what message STILL appears :<
     
  25. Offline

    Buckethead

    please update or respond or something
     
  26. Offline

    dustfinger314

    My post has been there for three weeks with no response. I don't think anything's happening.
     
  27. Offline

    Buckethead

    in the words of the many other people who need plugins of which there is only 1 type such as this that dont get updated or fixed........."FUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUKKKKKKKKKKKKKK"
     
  28. Offline

    dustfinger314

    Iknoright? I wish this plugin would work. Or I had the time and ability to figure out what all was going on.
     
  29. Offline

    CypherX

    I'm back, plugin will be updated and fixed when I'm done with my xAuth plugin.
     
    DaEgo likes this.
  30. Offline

    Tealk

    Hi, is there one who update this plugin, i would prefere to have a wildcard like "/* lost connection", the message looks like so "/173.255.235.251:50958 lost connection"
     
  31. Offline

    DaEgo

    thx Cypher
    R5 give me this error :
    Show Spoiler

    Code:
    Error occurred while enabling ConsoleFilter v1.0 (Is it up to date?)
    java.lang.NoClassDefFoundError: org/bukkit/util/config/Configuration
        at com.cypherx.consolefilter.ConsoleFilter.loadFilter(ConsoleFilter.java:48)
        at com.cypherx.consolefilter.ConsoleFilter.onEnable(ConsoleFilter.java:38)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:343)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:364)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:221)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:204)
        at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:357)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:344)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:175)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:408)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    Caused by: java.lang.ClassNotFoundException: org.bukkit.util.config.Configuration
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 12 more
    
     
    appadw likes this.

Share This Page