Getting Started

So you want to protect your Tekkit Server like no tomorrow, Eh?

Installing

you can watch this youtube video for some help on how to install TekkitRestrict.

Embed Removed: https://www.youtube.com/v/qaVT2EgAkvc?fs=1

First Things first

Give yourself the permissions:

tekkitrestrict.admin.*
Tekkit Restrict is primarily used to:
  • Protect "SafeZones"
  • Limit block placement
  • Automatically remove banned items from player inventories
  • Block OilDerrick (Hacked) Clients No configuration needed!
  • Anti-duping, (Anti-Duplicating items) No configuration needed!
The frontline basics that you need to know are:
  • How to modify a config file
  • How to use commands in-game

Protecting Safezones

  • What are Safezones? Safezones are Extensions to the plugin WorldGuard, that enable admins to prevent any kind of EE-related catastrophe from occuring.
  • Why use Safezones? Several items in the pure tekkit server are easily obtainable and can actually "Override" normal WorldGuard regions.
  • What can SafeZones do? They can:
  1. Discharge all EE "Tools".
  2. They prevent Gem armor from being turned "on"
  3. They prevent the Ring Of Arcana from being used
  4. "Delete" all entities that enter them (mobs, projectiles)

The basics of safezones are straightforward. All you really need to know, are the following commands:

/tr admin safezone addwg <region>

This will literally attach a safezone extension to any worldguard region as long as you are in the same world.

/tr admin safezone addgp <name>

This will attach a SafeZone extension to the GriefPrevention claim you are standing in.

Limiting Block Placement

  • How does it work? The count placer literally counts the player's block placements and prevents them from exceeding the limit.
  • Why would I ever need this? Tekkit has a range of items, and one of the most "laggy" of items is the Quarry. Most admins limit their quarries to 1 by enforcing "banning" regulations on their players.

How would I go about adding a limit? One of two ways.

  1. First, you could use a permission to limit a block.
  2. or you could just edit the config.

Permission:

tekkitrestrict.limit.126.2.16

This would limit Mk3 Solar Arrays (126:2) to a maximum of 16 for anybody that has this permission.

Config:

LimitBlocks: 
- "126:2 16"

This would limit Mk3 Solar Arrays (126:2) to a maximum of 16 for Everybody. (Except for players with the tekkitrestrict.limiter.bypass permission)

Removing Banned Items Automatically!

There are 3 ways of actually banning or removing iterms automatically from a user's inventory.

The first, and foremost, Disabling a mod:

DisableMod: 
- EnderChest
- WirelessRedstone
- ChunkLoaders

This would disable EnderChests and WirelessRedstone mods, with the addition of the cross-mod "ChunkLoaders"

The second, and teasing second, Disabling an item or range of items:

DisableItems:
- 200-3000
- 246
- "150:3"

This would disable all itemIDs between 200 and 3000 item ID 246, and finally the item 150 with a data value of 3.

The third method, Disabling items through permissions:

/pex user DreadEnd add "tekkitrestrict.noitem.27562"
/pex user DreadEnd add "tekkitrestrict.noitem.27562.10"

This would disable the ItemID 27562 for DreadEnd. This would disable the ItemID 27562 with the datavalue 10 for DreadEnd.


Comments

Posts Quoted:
Reply
Clear All Quotes