
A Paper Plugin which enhanced gameplay with various features like carrying mobs or blocks.
SurvivalUtilities is a Paper plugin designed to enhance your Minecraft gameplay by adding several powerful features, including:
config.ymlEach player can have their own keepInventory setting. (configurable)
Everything can be adjusted via the plugin config.
survivalutilities.carry.protected - Prevents the player from being carried awaysurvivalutilities.carry.pickup.<ENTITY_TYPE>- Allows a player to pickup the entity typesurvivalutilities.tnt.use - Disable TNT Explosions from a player (NOTE: Only works when its ignited by the player, by redstone it will still explode)survivalutilities.placeSchematic - Allows a player to place a saved schematicsurvivalutilities.saveSchematic - Allows a player to save a selected area to a schematicsurvivalutilities.keepInventory- Allows a player to toggle their keepInventory settingsurvivalutilities.sudo - Allows a player to execute commands as another playersurvivalutilities.jail - Allows a player to trap other players inside a glass boxsurvivalutilities.chunkbase - Allows player a player to do /cb to open Chunkbasecommands:
keepInventory:
## Command to toggle keepInventory for the player
enabled: false
survivalutilities:
## Command to change plugin settings
enabled: true
jail:
## Command to jail a player
enabled: true
sudo:
## Command to execute a command as another player
enabled: true
placeSchematic:
## Command to place a saved schematic
enabled: true
saveSchematic:
## Command to save a selected area as a schematic
enabled: true
chunkbase:
## Command to open the chunkbase website
enabled: false
functions:
carryMobs:
## Allows players to carry mobs, players or blocks around
enabled: true
##Protect OP players or players with permission 'survivalutlities.carry.protected'
protectOP: true
##Allow the player to pick up multiple entities at once
allowMultiPicking: false
##Protect tamed animals so only the owner can carry them around
protectTamed: true
##Requieres the player the permission 'survivalutilities.carry.pickup.<ENTITY_TYPE>' to pick the entity of that type up
requirePermission: false
##Allow the player to pick up mobs that are stacked
allowRiders: true
##World where players cant pick up mobs
blacklistedWorlds:
## - world
## - world_nether
## - world_the_end
##Entites which cant be picked up
blacklistedEntities:
- MARKER
- BLOCK_DISPLAY
- ITEM_DISPLAY
- TEXT_DISPLAY
- ENDER_DRAGON
##- PIG
##Allow the player to carry blocks
allowBlockCarry: true
##Use list below to blacklist blocks
blacklistBlocks: false
##Use list to whitelist/blacklist blocks
whitelistBlocks:
- CHEST
- DROPPER
- DISPENSER
- ENDER_CHEST
- PLAYER_HEAD
##Disables Damage from the other entity while carrying
disableAttacking: true
monsters:
## Enabled peaceful monsters where they only attack when being attacked but all near monsters will attack
enabled: false
##Make listed monster aggro normally
allowed:
- ZOMBIFIED_PIGLIN
tntProtection:
## Cancel tnt explosion when player hasn't got permission 'survivalutilities.tnt.use'
enabled: false
chatMentions:
## Enable chat mentions so players can mention each other in chat by @<playername>, will play a sound when mentioned
enabled: true
keepInventory:
## Enable the individual keepInventory for players
enabled: true