SteveJobs
SteveJobs is a plugin to create jobs very easily !
Features
You can define several things for each job :
- You can allow to break a block only if the player has the job.
- You can allow to use a block only if the player has the job.
- You can allow to craft a block only if the player has the job.
- You can also define some feature like the "mob-drop".
Configuration
Global Configuration
Option | Description | Default |
---|---|---|
replace_air_OnBreak | Replace the broken block by air | false |
all_world_enabled | Enable SteveJobs in all worlds | true |
enabled_world | Enabled Worlds | - |
Job Configuration
Option | Description |
---|---|
block_break | List of blocks only breakable by the job separated by a "," . |
interact | List of blocks only usable by the job separated by a "," . |
private_recipe | List of blocks only craftable by the job separated by a "," . |
abilities | List of abilities only available with the job. Abilities available : mob_loot, fish, shear |
Example of configuration here.
Translation
Default strings.yml (fr) : here
Commands / Permissions
Normal commands
Command | Permission | Default |
---|---|---|
/jobs join <job> | stevejobs.join | true |
/jobs leave | stevejobs.leave | true |
/jobs list | stevejobs.list | true |
Admin commands
Command | Permission | Default |
---|---|---|
stevejobs.admin.* | op | |
/jobs set <player> <job> | stevejobs.admin.set | op |
/jobs reset <player> | stevejobs.admin.reset | op |
/jobs reload <player> | stevejobs.admin.reload | op |