As an admin you need to check someone's base sometimes, but you can not get in without turning off security or or other unreliable ways. So I decided to make a Admin Break-in plugin that helps you as admin to get into a base.
Commands
/breakin x|y|z <distance>-- teleport towards a specific direction, relative to your current positions
Usage Examples
Teleport forward 5 blocks/units on the x-axis.
/breakin x 5
Teleport back 5 blocks/units on the x-axis.
/breakin x -5
Teleport forward 5 blocks/units on the z-axis.
/breakin z 5
Teleport back 5 blocks/units on the z-axis.
/breakin z -5
*Teleport up 5 blocks/units on the y-axis.
/breakin y 5
*Teleport down 5 blocks/units on the y-axis.
/breakin y -5
Enjoy!
TODO
- Add
[Description(...)]attribute containing a brief description - Title and author in the
[Info(...)]attribute are switched - The author text in the
[Info(...)]attribute should only contain the authors (user)name - Messages should be implemented using the lang API
- Could use Oxide/uMod permission system instead of game specific
- Can be made universal after above change
- Should use
Math.Absinstead instead of removing minus character from string - Optimize how often a new Vector3 is instantiated
This plugin is unlicensed and the original author reserves all rights to it.
The original author may request that this plugin be removed and there is a risk that the plugin may be unavailable in the future.
Note that the current maintainer may not have permission to assign a license to the plugin if they are not the original author, so explicit permission would need to be obtained from the original author in order for the plugin to remain openly available and guarantee that it will be around for all to enjoy going forward.
The original author may request that this plugin be removed and there is a risk that the plugin may be unavailable in the future.
Note that the current maintainer may not have permission to assign a license to the plugin if they are not the original author, so explicit permission would need to be obtained from the original author in order for the plugin to remain openly available and guarantee that it will be around for all to enjoy going forward.

