Inactive [MECH/FIX/ADMN]ANTIPvPLOGGER V 1.4 - Prevent Players From Logging Out [1.2.5RB]

Discussion in 'Inactive/Unsupported Plugins' started by KillerSmurf, Dec 4, 2011.

  1. Offline

    guyag

    Hmm, also, can you make it listen for worldguard flags? People can attack the NPC's within the pvp-protected spawn worldguard zone.
     
  2. Offline

    KillerSmurf

    What If I make it so you have to hold still for a little while to not make a NPC.
     
  3. Offline

    guyag

    While that would be a good feature, I don't think it fully eliminates the worldguard problem. Perhaps, when the player logs out, you could get its coords and check with the worldguard/edit api (if this is supported) to see if they're in a protected zone? Just thinking aloud
     
  4. Offline

    Hamsta

    same here. i would like the NPCs to stay as long as the player is offline no matter if the player was in combat or not since i wouldn't be using it for PvP but for RP purposes. would be happy if you could implement the a configurable time.
     
  5. Offline

    superrawr

    It works for WorldGuard regions on my server. I'm unsure why it isn't for you.
     
  6. Offline

    Switch0r

    Thanks this is working great :)
    Is it possible to delay cmds like /home /spawn, ... ?
     
  7. Offline

    tom

    FUCKING GREAT PLUGIN. Thank you.

    Is it possible for this to only apply to a certain area in the map?

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

    Switch0r

    Reporting a severe error , i hope you can fix it :)

    Code:
    2012-01-07 19:33:15 [SEVERE] Could not pass event PLAYER_JOIN to AntiLogger
    java.util.ConcurrentModificationException
        at java.util.HashMap$HashIterator.nextEntry(HashMap.java:839)
        at java.util.HashMap$KeyIterator.next(HashMap.java:874)
        at org.martin.bukkit.npclib.NPCManager.despawn(NPCManager.java:132)
        at com.killersmurf.antilogger.listeners.ALPlayerListener.onPlayerJoin(ALPlayerListener.java:49)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:268)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
        at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:129)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:113)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:39)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:94)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
     
  9. Offline

    guyag

    Hmm I'll take another look - thanks for letting me know.
     
  10. Offline

    Spiritwind

  11. Offline

    locknlol

  12. Offline

    KillerSmurf

    Enchantment support added.

    That is not the plugin, its the NPC lib, which I have to wait for it to be updated...But it still works properly, I just tested it on my server.

    Looking at that, tells me that its an issue with the NPC Library I am using. It might be fixed soon.

    I just test this on my server, Works with world guard regions, works with enchantments, everything works correctly.
    But you may get some console messages...This is because the NPC library I use isn't up to date. It will be soon. But it shouldn't effect the plugin. If it does please post your error.

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

    kernet

    Hi, I am gettings this and I am sure it has something to do with AntiLogger:

    Code:
    2012-01-14 01:32:04 [SEVERE] Exception in thread "Thread-5440"
    2012-01-14 01:32:04 [SEVERE] java.lang.NoSuchMethodError: net.minecraft.server.Entity.af()V
    2012-01-14 01:32:04 [SEVERE]     at org.martin.bukkit.npclib.NPCManager$1.run(NPCManager.java:47)
    2012-01-14 01:32:04 [SEVERE]     at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    2012-01-14 01:32:04 [SEVERE]     at java.lang.Thread.run(Thread.java:722)
    2012-01-14 01:32:04 [SEVERE] Exception in thread "Thread-5441"
    2012-01-14 01:32:04 [SEVERE] java.lang.NoSuchMethodError: net.minecraft.server.Entity.af()V
    2012-01-14 01:32:04 [SEVERE]     at org.martin.bukkit.npclib.NPCManager$1.run(NPCManager.java:47)
    2012-01-14 01:32:04 [SEVERE]     at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    2012-01-14 01:32:04 [SEVERE]     at java.lang.Thread.run(Thread.java:722)
    2012-01-14 01:32:04 [SEVERE] Exception in thread "Thread-5443"
    2012-01-14 01:32:04 [SEVERE] java.lang.NoSuchMethodError: net.minecraft.server.Entity.af()V
    2012-01-14 01:32:04 [SEVERE]     at org.martin.bukkit.npclib.NPCManager$1.run(NPCManager.java:47)
    2012-01-14 01:32:04 [SEVERE]     at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    2012-01-14 01:32:04 [SEVERE]     at java.lang.Thread.run(Thread.java:722)
    2012-01-14 01:32:04 [SEVERE] Exception in thread "Thread-5442"
    2012-01-14 01:32:04 [SEVERE] java.lang.NoSuchMethodError: net.minecraft.server.Entity.af()V
    2012-01-14 01:32:04 [SEVERE]     at org.martin.bukkit.npclib.NPCManager$1.run(NPCManager.java:47)
    2012-01-14 01:32:04 [SEVERE]     at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    2012-01-14 01:32:04 [SEVERE]     at java.lang.Thread.run(Thread.java:722)
    It continues for many threads... Generated 14 MB log file in 10 hours.

    Thank you.
     
  14. Offline

    KillerSmurf

    As I said above, the plugin will still work. But you will get console spam from the NPC lib
     
  15. Offline

    Peter See

    Hmmm... I don't really understand the part where it says "Creates a NPC of the player that logged out for 15 seconds." Does it mean that when someone logs out during combat, an NPC will appear AFTER 15 seconds? Or?
     
  16. Offline

    kernet

    No. It means, that NPC will last for 15 seconds.
     
  17. Offline

    EarlyLegend

    Can we get a configurable time instead of a solid, unchangeable 15 seconds? Thanks! Reply to this post so I get notified, thanks :)
     
  18. Offline

    KillerSmurf

    Yea, that will be easy to add. I will do that.

    No, when a player logs out, at any time... It will create a NPC for 15 seconds with the players items... After the 15 seconds it will despawn. If a player kills it with in the 15 seconds he gets the items. When the player logs back on...He will die and his inventory will be cleared. I am going to make it so it will only create the npc if a Entity(Mob or player) is nearby.

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

    Peter See

    Ok, thanks for clearing my doubt! I've been looking for a plugin like this for AGES!

    Thank you. :)

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

    kernet

    Excuse me, but it's definitely not 1.1 ready. Error I posted above was crashing my server like once an hour. I don't know if it was caused by oversized server log file or some collision with another plugin but since I disabled it, everything runs smoothly.

    My startup log:
    Code:
    2012-01-14 16:45:42[INFO] Starting minecraft server version 1.1
    2012-01-14 16:45:42 [INFO] Loading properties
    2012-01-14 16:45:42 [INFO] Starting Minecraft server on 93.91.250.106:27491
    2012-01-14 16:45:42 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2012-01-14 16:45:42 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2012-01-14 16:45:42 [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.
    2012-01-14 16:45:42 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
    2012-01-14 16:45:42 [INFO] This server is running Craftbukkit version git-Bukkit-1.0.1-R1-39-g60409d1-b1717jnks (MC: 1.1) (Implementing API version 1.1-R1-SNAPSHOT)
    2012-01-14 16:45:43 [INFO] Starting FakaHedaMinequery server on 93.91.250.106:28491
    2012-01-14 16:45:43 [INFO] MLog clients using java 1.4+ standard logging.
    2012-01-14 16:45:43 [INFO] [Spout] Spout 679 has been initialized
    2012-01-14 16:45:43 [INFO] [Vault][Economy] Essentials Economy found: Waiting
    2012-01-14 16:45:43 [INFO] [Vault][Economy] iConomy 6 found: Waiting
    2012-01-14 16:45:43 [INFO] [Vault][Permission] GroupManager found: Waiting
    2012-01-14 16:45:43 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
    2012-01-14 16:45:43 [INFO] [Vault][Chat] GroupManager found: Waiting
    2012-01-14 16:45:43 [INFO] [Vault] Enabled Version 1.2.3-b000
    2012-01-14 16:45:43 [INFO] Preparing level "world"
    2012-01-14 16:45:43 [INFO] Default game type: 0
    2012-01-14 16:45:44 [INFO] Preparing start region for level 0 (Seed: -8120121872072172896)
    2012-01-14 16:45:44 [INFO] Preparing start region for level 1 (Seed: -6060373245216698884)
    2012-01-14 16:45:44 [WARNING] Vault 1.2.4 is out! You are running 1.2.3
    2012-01-14 16:45:44 [WARNING] Update Vault at: http://dev.bukkit.org/server-mods/vault
    2012-01-14 16:45:44 [INFO] Preparing start region for level 2 (Seed: 8542593703767204948)
    2012-01-14 16:45:45 [INFO] Preparing spawn area: 44%
    2012-01-14 16:45:45 [INFO] [xAuth] 'Permissions' v3.1.6 support enabled!
    2012-01-14 16:45:45 [INFO] [xAuth] Connection to database established!
    2012-01-14 16:45:45 [INFO] [xAuth] Accounts: 2831, Sessions: 46
    2012-01-14 16:45:45 [INFO] [xAuth] v2.0b4.3 Enabled! - Fixed for R1 by Robert
    2012-01-14 16:45:45 [INFO] WorldEdit 4.7 enabled.
    2012-01-14 16:45:45 [INFO] WorldEdit: Using the Bukkit Permissions API.
    2012-01-14 16:45:45 [INFO] GroupManager - INFO - World Found: world
    2012-01-14 16:45:45 [INFO] GroupManager - INFO - Superperms support enabled.
    2012-01-14 16:45:45 [INFO] GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
    2012-01-14 16:45:45 [INFO] GroupManager - INFO - Backups will be retained for 24 hours!
    2012-01-14 16:45:45 [INFO] GroupManager version 1.7 (Phoenix) is enabled!
    2012-01-14 16:45:45 [INFO] [Vault][Permission] GroupManager hooked.
    2012-01-14 16:45:45 [INFO] [Vault][Permission] GroupManager - Chat hooked.
    2012-01-14 16:45:45 [INFO] [ FalseBook Core ] using GroupManager for Permissions!
    2012-01-14 16:45:45 [INFO] [ FalseBook Core ] FalseBookCore v0.91alpha by GeMo enabled!
    2012-01-14 16:45:45 [INFO] PvPReward 1.2.0 is enabled!
    2012-01-14 16:45:45 [INFO] [PvPReward] Successfully linked with iConomy 6!
    2012-01-14 16:45:45 [INFO] [HeroicDeath] 1.11.2 enabled.
    2012-01-14 16:45:45 [INFO] [ FalseBook Block ] No Books loaded!
    2012-01-14 16:45:45 [INFO] [ FalseBook Block ] No Cauldrons loaded!
    2012-01-14 16:45:45 [INFO] [ FalseBook Block ] FalseBookBlock v0.91alpha by GeMo enabled
    2012-01-14 16:45:45 [INFO] [MCTelnet] - Starting Up! Version: 1.2.7 by bekvon
    2012-01-14 16:45:45 [INFO] [MCTelnet] - Listening on: 0.0.0.0:30491
    2012-01-14 16:45:45 [INFO] [iConomy - Celty] Enabled (8 ms)
    2012-01-14 16:45:45 [INFO] [Vault][Economy] iConomy 6 hooked.
    2012-01-14 16:45:45 [INFO] SimpleReserve version 0.2.6 enabled!
    2012-01-14 16:45:45 [FINEST] Logging enabled.
    2012-01-14 16:45:45 [SEVERE] [LagMeter 0.5] Old permissions system detected.  Using it.
    2012-01-14 16:45:45 [INFO] [LagMeter 0.5] Enabled!  Polling every 40 server ticks.  Logging to /hlserver/27491/plugins/LagMeter/lag.log
    2012-01-14 16:45:45 [INFO] Vanilla version 0.1 is enabled!
    2012-01-14 16:45:45 [INFO] [MobileAdmin] Loading server stats.
    2012-01-14 16:45:45 [INFO] [MobileAdmin] Loading chat log.
    2012-01-14 16:45:45 [INFO] [MobileAdmin] Loading users.
    2012-01-14 16:45:45 [INFO] [MobileAdmin] Starting server...
    2012-01-14 16:45:45 [INFO] [MobileAdmin] Version 3.2.3 is enabled!
    2012-01-14 16:45:45 [INFO] [MobileAdmin] Server listening on 0.0.0.0:31491
    2012-01-14 16:45:46 [INFO] Loaded Essentials build 2.7.1 by: Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits
    2012-01-14 16:45:46 [INFO] Essentials: Using GroupManager based permissions.
    2012-01-14 16:45:46 [INFO] [Essentials] Payment method found (iConomy version: 6)
    2012-01-14 16:45:46 [INFO] [Vault][Economy] Essentials Economy hooked.
    2012-01-14 16:45:46 [INFO] [NoCheat] version [2.22a] is enabled.
    2012-01-14 16:45:46 [INFO] [AutoMessage] version [1.5] loaded
    2012-01-14 16:45:46 [INFO] TreeAssist 3.0 Enabled
    2012-01-14 16:45:46 [INFO] MyAwesomeChat version 1.0 is enabled!
    2012-01-14 16:45:46 [INFO] [FoundBoxx] Attempting to load SQL.
    2012-01-14 16:45:46 [INFO] [FoundBoxx] SQL loaded.
    2012-01-14 16:45:46 [INFO] [FoundBoxx] No custom permission plugins found, using original permissions.
    2012-01-14 16:45:46 [INFO] [FoundBoxx v1.6.0.3] Enabled.
    2012-01-14 16:45:46 [INFO] [Buycraft] Plugin has been successfully enabled. (Version 3.3)
    2012-01-14 16:45:46 [INFO] [DynamicShop] Config saved to file.
    2012-01-14 16:45:46 [WARNING] [DynamicShop] The config version does not matches the plugin version!
    2012-01-14 16:45:46 [WARNING] [DynamicShop] If errors occur back it up and generate a new one.
    2012-01-14 16:45:46 [INFO] [DynamicShop] version 1.45 by Schwarzer Zylinder is enabled.
    2012-01-14 16:45:46 [INFO] [PVP Arena] enabled (version v0.5.4.9)
    2012-01-14 16:45:46 [INFO] [PVP Arena] <3 iConomy
    2012-01-14 16:45:47 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
    2012-01-14 16:45:48 [INFO] Loaded EssentialsProtect build 2.7.1 by: essentials team
    2012-01-14 16:45:48 [INFO] Loaded EssentialsSpawn build 2.7.1 by: essentials team
    2012-01-14 16:45:48 [INFO] Fake Permissions version 3.1.6 is enabled!
    2012-01-14 16:45:48 [INFO] WorldEdit: Using the Bukkit Permissions API.
    2012-01-14 16:45:48 [INFO] [ItemBank] ItemBank v1.1.0 enabled
    2012-01-14 16:45:48 [INFO] WorldBorder version 1.4.4 loading
    2012-01-14 16:45:48 [INFO] [WorldBorder] [CONFIG] Using round border, knockback of 3.0 blocks, and timer delay of 5.
    2012-01-14 16:45:48 [INFO] [WorldBorder] [CONFIG] Border-checking timed task started.
    2012-01-14 16:45:48 [INFO] [WorldBorder] [CONFIG] World "world" has border radius 3700 at X: -2312.0 Z: 600.0
    2012-01-14 16:45:48 [INFO] [WorldBorder] [CONFIG] Will use plugin for permissions: Permissions v3.1.6
    2012-01-14 16:45:48 [INFO] For reference, the main world's spawn location is at X: 340 Y: 64 Z: 1132
    2012-01-14 16:45:48 [INFO] Loaded EssentialsChat build 2.7.1 by: essentials team
    2012-01-14 16:45:48 [INFO] [Factions v1.6.2] === ENABLE START ===
    2012-01-14 16:45:48 [INFO] [Factions v1.6.2] Will use this plugin for permissions: Permissions v3.1.6
    2012-01-14 16:45:48 [INFO] [Factions v1.6.2] Loading board from disk
    2012-01-14 16:45:48 [INFO] [Factions v1.6.2] Found and will integrate chat with EssentialsChat v2.7.1
    2012-01-14 16:45:48 [INFO] [Factions v1.6.2] Found and will use features of Spout v679
    2012-01-14 16:45:48 [INFO] [Factions v1.6.2] Economy integration is disabled, and the plugin "Register" is not installed.
    2012-01-14 16:45:48 [INFO] [Factions v1.6.2] === ENABLE DONE (Took 834ms) ===
    2012-01-14 16:45:49 [INFO] [Heroes] Loaded class: Mage
    2012-01-14 16:45:49 [INFO] [Heroes] Default class found: Vagrant
    2012-01-14 16:45:49 [INFO] [Heroes] Loaded class: Vagrant
    2012-01-14 16:45:49 [INFO] [Heroes] Loaded class: Tester
    2012-01-14 16:45:49 [INFO] [Heroes] version 1.4.2-b000 is enabled!
    2012-01-14 16:45:49 [INFO] [dynmap] Using Permissions 3.1.6 for access control
    2012-01-14 16:45:49 [INFO] [dynmap] Loaded 15 shaders.
    2012-01-14 16:45:50 [INFO] [dynmap] Loaded 82 perspectives.
    2012-01-14 16:45:50 [INFO] [dynmap] Loaded 7 lightings.
    2012-01-14 16:45:50 [INFO] [dynmap] Loaded 2 maps of world 'world'.
    2012-01-14 16:45:50 [INFO] [dynmap] Loaded 57 pending tile renders for world 'world
    2012-01-14 16:45:50 [INFO] [dynmap] Loaded 2 maps of world 'world_nether'.
    2012-01-14 16:45:50 [INFO] [dynmap] Loaded 2 pending tile renders for world 'world_nether
    2012-01-14 16:45:50 [INFO] [dynmap] World 'world_the_end' disabled
    2012-01-14 16:45:50 [INFO] [dynmap] Dynmap WebServer started on null:29491
    2012-01-14 16:45:50 [INFO] [dynmap] version 0.29.2-719 is enabled
    2012-01-14 16:45:50 [INFO] [Dynmap-Factions] initializing
    2012-01-14 16:45:50 [INFO] [Dynmap-Factions] version 0.12 is activated
    2012-01-14 16:45:50 [INFO] [MobArena] Payment method found (iConomy version: 6)
    2012-01-14 16:45:50 [WARNING] [MobArena] Could not find the world for arena 'default'. Using default world! Check the config-file!
    2012-01-14 16:45:50 [INFO] [MobArena] v0.94.3.24 enabled.
    2012-01-14 16:45:50 [INFO] [Jobs] - Job Woodcutter is missing the slots property. defaulting to no limits !
    2012-01-14 16:45:50 [INFO] [Jobs] - Job Miner is missing the slots property. defaulting to no limits !
    2012-01-14 16:45:50 [INFO] [Jobs] - Job Builder is missing the slots property. defaulting to no limits !
    2012-01-14 16:45:50 [INFO] [Jobs] - Job Digger is missing the slots property. defaulting to no limits !
    2012-01-14 16:45:50 [INFO] [Jobs] - Job Farmer is missing the slots property. defaulting to no limits !
    2012-01-14 16:45:50 [INFO] [Jobs] - Job Hunter is missing the slots property. defaulting to no limits !
    2012-01-14 16:45:50 [INFO] [Jobs] - Job Fisherman is missing the slots property. defaulting to no limits !
    2012-01-14 16:45:50 [INFO] [Jobs] - Job Weaponsmith is missing the slots property. defaulting to no limits !
    2012-01-14 16:45:50 [INFO] [Jobs] - Job None is missing the max-level property. defaulting to no limits !
    2012-01-14 16:45:50 [INFO] [Jobs] - Job None is missing the slots property. defaulting to no limits !
    2012-01-14 16:45:50 [INFO] [Jobs v2.6.1] has been enabled succesfully.
    2012-01-14 16:45:50 [INFO] [Jobs] Successfully linked with iConomy 6.
    2012-01-14 16:45:50 [INFO] [Jobs] Successfully linked with Spout.
    2012-01-14 16:45:50 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2012-01-14 16:45:50 [INFO] Done (6.500s)! For help, type "help" or "?"
    2012-01-14 16:45:50 [INFO] [ FalseBook Block ] 0 Areas loaded.
    2012-01-14 16:45:50 [INFO] [ FalseBook Block ] 7 Bridges successfully loaded.
    2012-01-14 16:45:50 [INFO] [ FalseBook Block ] 0 Doors successfully loaded.
    2012-01-14 16:45:50 [INFO] [ FalseBook Block ] 560 protected gateblocks successfully loaded.
     
  21. Offline

    KillerSmurf

    Well it works...Just that the NPC lib isn't really proper, but I have it on my 1.1 server. I haven't crashed once. Nor lagged out. I have about 15 players online. Its a hardcore pvp server. 1gb of ram. So it must be another plugin.
     
  22. Offline

    kernet

    I have 40 players online, 2,5 GB of RAM reserved, Intel core i7.. really hardcore machine and it stopped crashing when I disabled your plugin.. Although it is essential for my server (thank you for that!), bcs it's PvP as yours and one of its main benefits is Combat-Leaving protection provided by AntiPvPLogger :)
     
  23. Offline

    KillerSmurf

    Well, there is nothing I can really do until a stable build for 1.1 comes out. I can try and update the NPC lib my self.

    Hey, I made that feature would you like me to release it or wait until the NPC lib is stable.

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

    kernet

    There's no need to hurry, I am just giving a feedback :) Keep doing great job.
     
  25. Offline

    eRko16

    Hello i have some ideas :)

    Multiverse - enable just for one world
    PermissionsEx - like who can be ignored from this plugin
    Time - Editable time in config
     
  26. Offline

    KillerSmurf

    Configurable time has already been added, I will be releasing soon. I am updating some other stuff.
     
  27. Offline

    eRko16

    What about other ideas ?
     
  28. Offline

    EarlyLegend

    Erm probably wait until everything is stable, so wait until the NPCLib updates :) Thanks :D
     
  29. Offline

    Hamsta

    update it now :D otherwise i'm afraid you will also add this in the same update
    "I am going to make it so it will only create the npc if a Entity(Mob or player) is nearby."
    and i certainly prefer the "always" way it is now. With the configurable time it would just be perfect for my purposes.
     
  30. Offline

    Cheewy

    I just want to thank you for your hardwork on the plugin and can't wait for a new release. I run a pvp server and now since 1.1.0 came out and I had to turn off anti-logger all hell has broken loose. =P Just comes to show you how much a pluggin makes a difference so thanks again and keep up the good work! If you could PM me when you have a new verison would appericate it since my hands have been full if not i'll be checking it often enough I guess =). Thanks again and take care!

    Check us out at www.TheFinalCraft.com
     

Share This Page