FoundBoxx

FoundBoxx

http://forums.bukkit.org/threads/43447

Description

Continuation of FoundDiamonds from scratch (Yes, even the MySQL, but 10% of it is from a tutorial). Announces ore finds. Easy to configure. Extra features

Features

  1. Announcing findings of the different ore by players
  2. Able to set to use permissions (Look below)
  3. Able to configure which ore to announce
  4. Announces number of the same ore nearby
  5. Announces light level (in percentage, for fullbright hackers)
  6. Able to set only survival players to then announce
  7. Saves all nearby ores into a list to prevent players from getting it announced again after 30 seconds unlike FoundDiamonds
  8. List will be cleared on server restarts or entries removed on removing the blocks
  9. Random item on mining diamonds
  10. Able to set to disallow mining at light 0, to help in fullbright hackers
  11. SQL and flat file (H2) support!
  12. Using SQL you can also get a player's farmrate!
  13. Auto-updater

Commands

  • /foundboxx or /fb - Main command

Permissions [PermissionBukkit, PEX, bPerms]

foundboxx.* - Everything below (Try to give this to only MAIN server admins)
foundboxx.admin - Use ALL /fb commands (Try to give this to only MAIN server admins)
foundboxx.notify - Get the notification
foundboxx.dark - Allows mining in dark all the time
foundboxx.cmd.reload - Allow /fb reload and /fb config (WARNING: GIVE TO ONLY TRUSTED PEOPLE [THEY CAN SEE MYSQL PASSWORD])
foundboxx.cmd.queue - Allow /fb queue
foundboxx.cmd.farmrate - Allow /fb farmrate
foundboxx.cmd.update - Allow /fb update
foundboxx.ignore.* - Ignore for all ore finds
foundboxx.ignore.diamond - Ignore diamond finds
foundboxx.ignore.gold - I don't need to say what this does
foundboxx.ignore.iron - I don't need to say what this does
foundboxx.ignore.lapis - I don't need to say what this does
foundboxx.ignore.redstone - I don't need to say what this does
foundboxx.ignore.coal - I don't need to say what this does
foundboxx.ignore.allextras - I don't need to say what this does

Configuration Defaults (plus comments) [Expect an error to occur when pasting this, I don't think it'll affect]

Auto_Update_On_Plugin_Enable: true  #toggle the auto updater running on start because you don't trust me/are lazy. You can still use "/fb update".
Survival_Only: true #only listens to players in survival mode (recommended: true)
Use_Nick: false #when announcing, use the players nick (display name). SQL logging is still orignal real name
Use_Permissions: false #permissions enabled? If no permissions, op will do (PermissionBukkit, PEX, bPerms)
Messages:
  Found_Notification: '%ply found %amt %blk(s) (Visibility: %vis%)' #Block found notification (%ply = Player name; %amt = Amount of the block found; %blk = Block name; %vis = Visibility value)
  Must_Have_Light_To_Mine: Interacting in the dark is dangerous! Put some torches! #Warning to display when mining in dark is disallowed and the person mines in the dark.
DIAMONDS: true #announce diamonds
GOLD: true #announce gold
IRON: true #announce iron
COAL: false #announce coal
LAPIS: true #announce lapis
REDSTONE: true #announce redstone
Extra_Blocks IDs: [] #also announce all ids inside the box separated with a comma (Format: [1, 2, 3])
Percentage_Chance_To_Give_Randoms_Item: 0 #out of 100, chance to give a random item to everyone, leave 0 to disable.
Max_Random_Items_To_Give: 3 #max number of the random item to give, 1 to this value
Random_Item_To_Give: 365 #item id of the random item
Must_Have_Light_To_Mine: false #disallow fullbrighters to mine in the dark at light 0 (still announces ore finds but without visibility)
SQL_Enabled: false #false = Disable SQL and H2; true = Enable SQL; SQL = Enable SQL; H2 = Enable H2
SQL: #ONLY REQUIRED TO CHANGE USING SQL (H2 ONLY USES PREFIX) IS ON
  URL: localhost #URL of SQL
  Port: 3306 #Port of SQL
  Database: minecraft  #Database to use
  Prefix: fb  #Prefix of all FB database (eg. "fb-log")
  User: root #Username to log in SQL
  Pass: '' #Pass word to log in SQL
  Days_To_Remove: 1 #How long can a log survive before it is able to get deleted on startup.
  Maximum_Queries: 5000 #How many queries that can be used (To MySQL literate people, it's the maximum LIMIT value)

Source code: https://github.com/mrciku/FoundBoxx

You must login to post a comment. Don't have an account? Register to get one!

  • Avatar of tomudding tomudding Mar 17, 2013 at 14:43 UTC - 0 likes

    It is working on 1.4.7

  • Avatar of DjSmeXhy DjSmeXhy Feb 21, 2013 at 17:37 UTC - 0 likes

    Please update to 1.4.7....

  • Avatar of Josef27 Josef27 Dec 17, 2012 at 07:07 UTC - 0 likes

    @Accelerator74: Go

    Thanks, Working on 1.4.5 R0.2

    www.Game-State.eu
  • Avatar of Accelerator74 Accelerator74 Nov 08, 2012 at 15:27 UTC - 1 like

    https://dl.dropbox.com/u/12540409/FoundBoxx.jar

    I have updated this plugin. Adding the send and logging messages about the find of emeralds. Based on version 1.7.8. Craftbukkit 1.4.2R0.2

    New permission:
    foundboxx.ignore.emerald

  • Avatar of HolySteward HolySteward Aug 21, 2012 at 18:54 UTC - 0 likes

    Can you have multiple random_items_to_give?

  • Avatar of rodier rodier Aug 17, 2012 at 19:40 UTC - 0 likes

    me.Jaryl.FoundBoxx.Threads.Notify.getAllRelative(Notify.java:126) when reloading

  • Avatar of Rcyo Rcyo Aug 17, 2012 at 10:26 UTC - 0 likes

    Update Please?

  • Avatar of aitchy21 aitchy21 Aug 13, 2012 at 14:08 UTC - 0 likes

    @SeeD419: Go

    its actually not working , i posted error and my config on your dev page

  • Avatar of SeeD419 SeeD419 Aug 09, 2012 at 05:04 UTC - 0 likes

    My plugin FoundDiamonds is updated if you'd like something similar...

  • Avatar of Joymo Joymo Aug 03, 2012 at 16:27 UTC - 0 likes

    Emerald please ;)


Facts

Date created
Oct 29, 2011
Categories
Last update
May 20, 2012
Development stage
Release
License
All Rights Reserved
Curse link
FoundBoxx
Downloads
1,334,831
Recent files
  • R: v1.7.8 for CB 1.2.5-R2.0 May 20, 2012
  • R: v1.7.7 for CB 1.2.5-R1.2 May 10, 2012
  • R: v1.7.6 for CB 1.2.5-R1.2 May 09, 2012
  • R: v1.7.5 for CB 1.2.5-R1.2 May 08, 2012
  • R: v1.7.4 for CB 1.2.5-R1.2 May 07, 2012

Authors