[INACTIVE][MECH] MineralScanner 1.21- Directional scanning for minerals [RB 531+]

Discussion in 'Inactive/Unsupported Plugins' started by lostaris, Feb 21, 2011.

  1. Offline

    lostaris

    Works in minecraft 1.3 crafbukkit builds (419+)
    Now with group manager permissions support

    At a glance:
    • Scans when right clicking on a block when you have a compass in hand
    • Scans for coal, iron ore, gold ore, diamond ore, redstone ore and lapis lazuli ore (configurable)
    • Types beep in chat if there is the above in the direction you are facing
    Features:
    When a player has a compass in their hand and right clicks on a block it will scan blocks in that direction. It scans horizontally 3 blocks away at head and foot height, and 2 blocks away one block above the players head and below their feet. If there is at least one block of coal, iron ore, gold ore, diamond ore, redstone ore and lapis lazuli ore in a cone in the direction the player is facing it will type BEEP in chat. It will not type anything if none of these is found.
    Alternatively players can type /scan to get the same results.

    Usage:
    Right click while holding a compass (item is configurable) to scan in the direction you are facing, or type /scan.
    [​IMG]
    These are the areas that will be scanned at head and foot height.
    For example: if you stand on the white block and point in the general direction of the yellow blocks, it will scan the yellow blocks. If you are pointing in the general are of the blue blocks it will scan the blue blocks.
    Note: the blocks with the torches on them are not scanned at one below feet level or at one above head height.

    /scan reload will reload the config.

    Set up:
    Put the MineralScanner folder in your plugins directory.
    In the Config.properties scanItem is the item id of the item you wish to use to scan with on right click.
    blocks is a list of the block ids you wish to scan for separated by commas.

    Permissions:
    Uses group manager.
    Nodes available:
    MineralScanner.scan - allows the user to do scans
    MineralScanner.reload - allows the user to reload the config

    ToDo:
    Add option to play a beep sound instead of to chat.
    Configuration on what blocks to look for.

    MineralScanner v1.2 requires build 400+
    http://www.mdn.fm/files/270853_wbbry/MineralScanner V1-21.zip

    for previous builds
    http://www.mdn.fm/files/264123_9much/MineralScanner old.jar


    Changelog:
    27/2 - v1.21
    • Fixed NULL error
    27/2 - v1.2
    • Added group manager permissions support
    24/2 - v1.1
    • Added configuration
    • Added ability to set what item to scan with on right click
    • Added configurable list of blocks to scan for
    • Added reload command
    22/2 - v1.0
    • release
     
    Psychotonikum, Parideis and Guest like this.
  2. Offline

    AnrDaemon

    It is possible to configure multiple items to work as scanner? (Yeah, i'm thinking about pickaxes... Convenient, confirm?)
     
  3. Offline

    koneko

    New Errors with CB612:
    Code:
    18:26:35 [SEVERE] PLAYER_ITEM loading MineralScanner v1.1 (Is it up to date?)
    java.lang.NoSuchFieldError: PLAYER_ITEM
            at com.lostaris.bukkit.MineralScanner.MineralScanner.onEnable(MineralSca
    nner.java:48)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:514)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:216)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
     
  4. Please update your Plugin.
    :)
     
  5. Offline

    zengrath

    We are hoping for an update as well, we love this mod and hate to see it go inactive.
     
  6. Offline

    Juze

    Please update to latest RB for releases.
     
  7. Offline

    zengrath

    Juze you talking to me? or author as well? seems odd you posted almost at same time i did :D


    EDIT: does anyone know any simple mods that do this thing? or anyone know how to fix it if author is now inactive?
     

Share This Page