Tool to Remove Item From Inventory/World?

Discussion in 'Bukkit Discussion' started by xMachoMancha, Apr 29, 2014.

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

    xMachoMancha

    Looking for a plugin or method to completely remove an item from a world file, AND inventory. This should be able to work even for offline players. Please comment below if you know of a tool that is capable of completing both these tasks.

    I'm already aware of MCEdit which can be used to remove a certain ID from the world, but this can take up to days with the size of my world.
     
  2. Offline

    xMachoMancha

    In deep need for this. I constantly check this thread hoping that I've received help.
     
  3. Offline

    Bobcat00

    I suspect what you're looking for doesn't exist. How many players and how big of a world do you have?
     
  4. What do you exactly mean with removing an ITEM for a world? Like if there is a redstone torch derping around, you want to remove it?
     
  5. Offline

    xMachoMancha

    Let's say there is a corrupted item that is constantly crashing the world and I would like to remove it completely.
     
  6. Offline

    kaif21

    Possible With World Edit
    Objective:Remove Any Emerald Block From the world
    DOwnlaod WOrldEdit Then Select a small are maybe even 1x1 then do .//expand 10000000000(or any number maybe even smaller) in all four directions then do //replace emerald_block air
    Then shud replace all emerald block with air...!!!!
    Mission Accomplished
    Hope i helped
    @xMachoMancha
    @
    Bobcat00
     
  7. Offline

    xMachoMancha

    In the case of my world, it is so large that it will crash the server by using this method..
     
  8. Offline

    kaif21

    If u hav too many blocks you wanaa replace then it will be hard
    but only like 10 or sumthing it might not be a prob u can still try small patched or sumthing

    @xMachoMancha
     
  9. Offline

    DoingItWell

    If you know the location of the crash (which is often found in the crash info), instead of MCEdit on your entire world, you can just find the particular region file involved, use MCEdit on it only, then copy it back to your server.

    I go about this with a 2-prong approach on my server, but requires custom plugin:

    1 - I have a plugin that every few seconds checks player inventories. If a 'bad' item is found it is confiscated and the player given a book in it's place ("Your item X was confiscated, see an admin if you think this was in error."). Examples of bad items would be things with enchantments not possible except with creative. Or something whose name needs to be censored, etc. This depends a bit on your server since some servers allow certain item customizations.

    2 - Every few weeks (like whenever I bring server offline like 30 minutes for maintenance), I use another custom plugin that goes through every chunk in every region and checks for things to flag attention to. A nice bonus is I have this also count statistics like # of player heads per player. Things I flag for later follow up are, chests with a certain % of suspicious items like:
    - Chests with at least N stacks of 64 diamond blocks, emerald blocks, dragon eggs, beacons, etc.
    - Suspicious signs (like shop signs with 0 or negative values). These don't work but I like to know when people are trying this stuff.
    - Command blocks and what command they run.
    - Chunks with an unusually large number of entities,
    - etc, basically anything you're interested in since this is custom.

    This last part requires a bit of online game time afterwards to review specifically until you learn what is normal for your server.

    If you're a coder or know someone who does, perhaps they could put something together like this for you. Or maybe someone knows of existing plugins that could be customized to something like this.
     
Thread Status:
Not open for further replies.

Share This Page