By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.
OK, Don't show this again
BedcoreProtect is a fast, efficient, data logging and anti-griefing tool for PocketMine servers. Rollback and restore any amount of damage.
...and much more!!
...and the list is still expanding!
OR
The main command is /bedcoreprotect but it accepts the folllowing aliases: /bcp, /core, /co (Main permission: bcp.command.bedcoreprotect)
Quick command overview:
Shortcut commands:
Advanced command overview:
/bcp help
Diplay a list of commands in-game
/bpc inspect
Enable the inspector. Type the command again to disable it. You can also use just "/bcp i"
/bpc menu
Display a graphic interface to simplify the plugin commands usage. You can also use just "/bcp ui"
/bcp rollback u=<user> t=<time> r=<radius> a=<action> b=<blocks> e=<exclude>
Nearly all of the parameters are optional. Shortcut: "/bcp rb".
u=<user> - Specify a user to rollback.
Example: u=Shoghi u=Shoghi,#zombie
t=<time> - Specify the amount of time to rollback.
You can specify weeks,days,hours,minutes, and seconds.
Example: t=4w5d2h7m20s
You can pick and choose time amounts.
Example: t=5d2h
r=<radius> - Specify a radius.
You can use this to only rollback blocks near you.
For example, the following would only rollback damage within 10 blocks of where you are standing: r=10
a=<action> - Restrict the lookup to a certain action.
For example, if you wanted to only rollback blocks placed, you would use a:+block
Here's a list of all the actions:
• a=block (blocks placed/broken)
• a=+block (blocks placed)
• a=-block (blocks broken)
• a=click (player interactions)
• a=container (items taken from or put in chests, etc.)
• a=+container (items put in chests, etc.)
• a=-container (items taken from chests, etc.)
• a=kill (mobs/animals killed)
b=<blocks> - Restrict the rollback to certain block types.
For example, if you wanted to only rollback stone, you would use b=1
You can specify multiple items, such as b=1,5,7
or b=stone,planks,bedrock
You can find a list of block type IDs at https://minecraft.gamepedia.com/Bedrock_Edition_data_values
e=<exclude> - Exclude certain block types from the rollback.
For example, if you don't want TNT to come back during a rollback, you would type e:46
/bpc restore u=<user> t=<time> r=<radius> a=<action> b=<blocks> e=<exclude>
Same parameters as /bcp rollback. Shortcut: "/bcp rs".
Restoring can be used to undo rollbacks.
/bcp lookup u=<user> t=<time> r=<radius> a=<action> b=<blocks> e=<exclude>
Search through block data using the same parameters as /bcp rollback. Shortcut: "/bcp l".
/bcp show <page>:[lines]
Allow to switch pages of /bcp lookup command. Shortcut: "/bcp s".
When multiple pages returned from lookup command, use the command "/bcp show <page>" to switch pages.
To change the number of lines displayed on a page, use the command "/bcp show <page>:<lines>".
For example, "/bcp show 1:10" will return 10 lines of data, starting at the first page.
/bcp purge t=<time>
Purge old block data. Useful for freeing up space on your HDD if you don't need the older data.
For example, "/co purge t:30d" will delete all data older than one month, and only keep the last 30 days of data.
I found a bug, where can I report it?
You can report here by clicking button "Get Started" on Bug report.
Where can I request a new feature?
You can ask a new feature here by clicking button "Get Started" on Feature request.
If you have NOT previously updated the plugin from an older version to v0.7.0, ignore the following message.
To resolve the v0.7.0 crash, before starting the server with v0.7.1, rename the database backup file in the data folder of the plugin as shown in the following example: logs.db.0.6.2.bak to logs.db.
Once this is done you can start the server.
First official release.
Reply to review by :
You can leave one review per plugin release, and delete or update your review at any time