FoundOres Revisited
FoundOres Revisited
Version: v1.8
(Follow me on Twitter for updates!)
FoundOres Revisited is a revisited version of FoundOres.
Due to FoundOres going inactive I continued the project so it could still be used.
FoundOres Revisited is a plugin which lets server admins watch the ores players break. It's used to act against cheaters and x-rayers.
FoundOres Revisited will count all ores a player breaks and a server admin can get the amounts and their allowed percentage.
The old FoundOres can be found here.
Features:
- Counts the broken ores of a player
- Allowed percentages change colour when they reach maximum.
- Very lightweight
- Very simple commands (No learning to do)
- In-game changelog
- Permissions
- Easily create a report with bad players!
- Announce mode
- Multiworld support
- Interval saves
- Disable worlds to choice
- SQLite support
- Custom leaderboards
- MySQL support (online saving)
Permissions:
- - foundores.check Allows to lookup the info about a player.
- - foundores.clear Allows to clear all info about a player.
- - foundores.list Allows to get a list of checked players.
- - foundores.report Allows to create a report with likely to be x-rayers.
- - foundores.notice When Announce mode is on, players with this permission will be notified when a player finds configurable blocks.
- - foundores.remove Wipe all data about a player.
- - foundores.forcesave Allows to perform the '/fo save' command.
- - foundores.reload Allows to perform the '/fo reload' command.
- - foundores.purge Allows a player to purge the database.
- - foundores.materials Allows a player to perform '/fo materials' command.
- - foundores.top Allows a player to perform '/fo top' command.
- - foundores.updateMySQL Allows a player to update the MySQL database to the correct version.
Commands:
- /foundores Shows some info about FoundOres Revisited.
- /fo Alias to /foundores.
- /foundores check <player> <world> Shows broken ores count of a player.
- /foundores clear <player> <world> Resets count of broken ores of a player.
- /foundores help Shows a list of commands.
- /foundores report Creates a report with likely to be x-rayers. (Very handy for big servers)
- /foundores list Shows a list of checked players.
- /foundores remove <player> Removes player from all lists and deletes all data.
- /foundores save Force a save.
- /foundores reload Force a reload.
- /foundores purge Purge database.
- /foundores materials Get a list of materials.
- /foundores top <material> <world> Shows a leaderboard of the top ten highest ratio's.
- /foundores update Updates FO:RE to the latest version.
- /foundores MySQLupdate Converts the database to the latest version of Minecraft.
Pictures:
Broken ore count info about player Staartvin in world 'Quest_World'.
Donations
I'm a poor student and I'm developing this plugin in my free-time, if you like my plugin and want to help me, please donate. Donating is the best way to help me out, it goes towards more bug-fixing. Thanks! Donate is in the top right corner. ;)
Donators
Thanks to all the people who donated and downloaded this plugin! I love you all! <3 Especially thanks to my donators who gave me that little boost:
- - Rodier for donating 5 dollars
- - Rilesthegiles for donating 1 dollar
- - FaxionMC server for donating 40 dollars (!!)
- - Timo Triisa for donating 30 dollars (!!)
- - alek4032 for donating 5 dollars
Do you want to have a special spot on this page and in the '/fo donators' command? Donate! Any amount is appreciated!
-
View User Profile
-
Send Message
Posted Oct 23, 2013Is there a way to remove the "you're being watched" notice when beginning a mining session? I tried removing the message, nothing. I tried preceding the line with a #, nothing. I tried removing the line, nothing.
-
View User Profile
-
Send Message
Posted Sep 9, 2013@gustebeast
I can see why you need it. I'll try to come with something.
I chose the all blocks/ all ore ratio because it's more accurate. If someone broke 100 stone, 50 iron and 10 diamonds it would be 'unfair' to compare the diamonds to only the stone. It would mean that around 10% of the broken blocks is diamond. If you count the 50 iron as well, you'll get that the player mined around 6% diamonds.
-
View User Profile
-
Send Message
Posted Sep 9, 2013@Staartvin
Well, for example, a player may mine more in the nether than normal and thus get a red "nether quartz" ratio since netherrack isnt also included. This then clogs up the reports. By having a custom ratio I can just set the netherack to 100%. This would also add support for servers that may use a custom generator to effect ore spawning. Maybe on their server, diamond is twice as easy to find. Sure, it isnt applicable in that many situations, but it seems like a simple matter of creating a new variable that can be controlled in the config.
On a side note, is there a particular reason you decided to go with the ratio of ore broken/all ores broken instead of calculating ore broken/stone? With a ore to stone ratio, it would allow you to look at individual ores separately, for example if you only wanted a report for diamond and gold.
-
View User Profile
-
Send Message
Posted Sep 9, 2013@gustebeast
These values are accurately calculated based on normal Minecraft players. These can't be changed.
-
View User Profile
-
Send Message
Posted Sep 9, 2013@Staartvin
Also, some way to set at what percentage a player becomes "red" for each ore.
-
View User Profile
-
Send Message
Posted Sep 8, 2013@gustebeast
Okay, I can look into these features.
@gustebeast
It stores data over all sessions until you reset it. When the server goes down, the data is still stored.
-
View User Profile
-
Send Message
Posted Sep 8, 2013I am confused, does this plugin only store ore data for the current session? Like when the server restarts is all the player data cleared?
-
View User Profile
-
Send Message
Posted Sep 7, 2013I want to keep the database size down, but I also dont want to allow xrayers to get off scott free. I can set up an automated system to run "/foundores purge" every month, but then any xrayers would get off by having their data cleared. Could you add a way to purge all database entires over a month old?
Also, could you add a way to see reports in game? I want to allow admins to track down and punish xrayers, but I dont want to give them FTP access. I think when a player types /record report, it should display the results of the report to them. This should be paired with an optional feature that disables the creation of the actual report files so it can just be used in game.
-
View User Profile
-
Send Message
Posted Aug 5, 2013@semirotta
Okay.
-
View User Profile
-
Send Message
Posted Aug 5, 2013@Staartvin
Never mind, i just noticed it had MySQL true... Though i dont remember putting it there O_O
-
View User Profile
-
Send Message
Posted Aug 5, 2013@semirotta
Can I see your config file? FO:RE doesn't start without you telling it to.
-
View User Profile
-
Send Message
Posted Aug 5, 2013@Staartvin
Ya i just wonder why it still checks it if you checked the pastebin link
-
View User Profile
-
Send Message
Posted Aug 5, 2013@semirotta
It doesn't start MySQL when you define 'MySQL.use' to false.
-
View User Profile
-
Send Message
Posted Aug 5, 2013Why is this trying to connect mysql when its FALSE in config?
http://pastebin.com/e8wzUzz3
-
View User Profile
-
Send Message
Posted Jul 29, 2013@Staartvin
He is truly a new guy, all this was mined within an hour. I already banned him for 3 days for possible x-ray. Hopefully that scared the guy a little
-
View User Profile
-
Send Message
Posted Jul 29, 2013@semirotta
He has a lot of iron and quite some diamonds but he does not have many stone mined. He is probably a new guy and he can be cheating. You want to watch him for a few days and check if he still has red percentages.
-
View User Profile
-
Send Message
Posted Jul 29, 2013By the way I got to ask, would you consider this as a hacker?

-
View User Profile
-
Send Message
Posted Jul 27, 2013@semirotta
No, it is a not a big problem. The plugin will work fine without it.
-
View User Profile
-
Send Message
Posted Jul 27, 2013@Staartvin
So i believe it is nothing serious ? coz the plugin seems to work fine.
-
View User Profile
-
Send Message
Posted Jul 27, 2013@semirotta
That is an error I already know. I'm working on a fix.