CobWebX Documentation
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1. Installation
1. Download the CobWebX plugin.
2. Place the .jar file into your server's
plugins folder.
3. Make sure you have the following plugins installed:
• WorldGuard
• WorldEdit or FAWE
4. Restart your server.
After the server starts, CobWebX will automatically generate its configuration files.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
2. Configuration
After the first startup, the configuration file will be created here:
Code (Text):
plugins/CobWebX/config.yml
Inside this file you can define:
• Groups
• Allowed blocks
• Regions where the system works
• Automatic block removal delay
Example configuration:
Code (Text):
groups:
example1:
enabled: true
regions:
- world:region_example
blocks:
- COBWEB
- BLUE_WOOL
block_remove_delay: 60
Explanation
•
regions → Defines the WorldGuard regions where the group applies
•
blocks → Blocks players are allowed to place inside those regions
•
block_remove_delay → Time in seconds before the block is automatically removed
Region format:
Code (Text):
world:region
Example:
Code (Text):
world:arena
voidlobby:zona1
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
3. Commands
Basic Commands
Code (Text):
/cobwebx help
/cobwebx reload
/cobwebx check
/cobwebx debug
/cobwebx bypass
Group Management
Code (Text):
/cobwebx creategroup <group>
/cobwebx deletegroup <group>
/cobwebx renamegroup <old> <new>
/cobwebx listgroups
/cobwebx info <group>
/cobwebx toggle <group>
Group Editing
Code (Text):
/cobwebx add region <group> <world> <region>
/cobwebx add block <group> <block>
/cobwebx remove region <group> <world> <region>
/cobwebx remove block <group> <block>
Delay Control
Code (Text):
/cobwebx setdelay <group> <seconds>
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
4. Permissions
Code (Text):
cobwebx.admin
Access to all CobWebX commands
cobwebx.reload
Allows reloading the plugin configuration
cobwebx.check
Allows checking plugin status
cobwebx.creategroup
Allows creating groups
cobwebx.deletegroup
Allows deleting groups
cobwebx.add.region
Allows adding regions to groups
cobwebx.add.block
Allows adding blocks to groups
cobwebx.remove.region
Allows removing regions from groups
cobwebx.remove.block
Allows removing blocks from groups
cobwebx.setdelay
Allows changing block removal delay
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
5. Dependencies
Required:
•
WorldGuard
Optional:
•
Multiverse-Core
These plugins are required for CobWebX to detect and manage WorldGuard regions properly.