Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vanilla Forge Protections #10

Open
joserobjr opened this issue Aug 14, 2016 · 2 comments
Open

Vanilla Forge Protections #10

joserobjr opened this issue Aug 14, 2016 · 2 comments

Comments

@joserobjr
Copy link
Member

joserobjr commented Aug 14, 2016

Enter

  • Walking
  • Flying
  • Elytra
  • Boat
  • Land Vehicle
  • Attempt to mount on a vehicle there is where the player can't enter
  • By nether portals

Pickup

  • Pickup drops
  • Pickup experience
  • Push experience
  • Deny pickup arrow from others
  • Allow picking up his own arrows
  • Do not let drop if the player can't picking up
  • Allow to pickup back if the player managed to drop
  • Allow to picking up back the drops from death
  • Collect the fish he fished
  • Pull items with fishing rod that he can get

Ride

  • Enter ridding
  • Mount a saddled pig
  • Mount a horse
  • Mount a minecart

Spawn Vehicle

  • Place minecarts
  • Place boats
  • Get minecart back
  • Get boat back

Harvest

  • Sugar cane
  • Cactus
  • Crops
  • Replant crops when the player can harvest but can't modify
  • Milk from cows
  • Soup from mushroom cows
  • Villagers
  • Allow using bone meal where the player can harvest but can't modify
  • Allow picking up harvested items even when the player has no permission to pickup
  • Shear sheep

Modify

  • Place non-ridable minecarts
  • Spawn endermites with ender pearls hitting boats
  • Spawn endermites with ender pearls hitting walls
  • Spawn endermites with ender pearls hitting entities
  • Saddle / Armor horse that was not tamed by the player (needs to check the inventory GUI)
  • Put chest in a donkey
  • Steal donkey's chest contents
  • Saddle a pig
  • Place block
  • Break block
  • Break boats directly
  • Break boats with bow
  • Break boats with dispenser
  • Break minecarts directly
  • Break minecarts with bow
  • Break minecarts with dispenser
  • Break paintings
  • Place paintings
  • Place big paintings from outside
  • Break item frames
  • Place item frames
  • Liquid flow
  • Filling bucket
  • Emptying bucket
  • Trample crops
  • Activate Ender Crystal
  • Damage Ender Crystal
  • Tame an untamed wolf
  • Tame an untamed ocelot
  • Convert a named zombie into a villager
  • Unleash a hitch
  • Activate an explosive minecart
  • Make sand, gravel, dragon egg, anvil enter where the player can't modify with bouncers
  • Make sand, gravel, dragon egg, anvil enter where the player can't modify placing above
  • Make sand, gravel, dragon egg, anvil enter where the player can't modify breaking its support
  • Make sand, gravel, dragon egg, anvil enter where the player can't modify placing water under it
  • Place an armor stand inside
  • Place an armor stand above
  • Place an armor stand above and then breaking the support block
  • Place an armor stand bouncing it from outside
  • Explosion
  • Shooting a TNT with a fire arrow
  • Luring creepers
  • Luring endermans
  • With nether portals coming from the other dimension
  • With direct bone meal on dirt
  • Affecting blocks using bone meal outside
  • Growing tree
  • Growing giant mushrooms
  • Using bone meal on protected saplings
  • Using bone meal on protected mushrooms
  • Ride entity to outside
  • Push any entity to outside
  • Entity naturally wandering to outside
  • Push horses to outside
  • Horses naturally wandering to outside
  • Luring entities to outside
  • Killing named monsters
  • Grass, mycelium spread
  • Fire spread
  • Vine spread
  • Mushroom spread
  • Frost walker
  • Pumpkin / Melon growing from outside to inside
  • Right click a protected ender egg
  • Right click an unprotected ender egg to make it teleport to a protected zone
  • Ender egg entering the zone without right clicks
  • Placing end crystals
  • Forming a nether portal in a protected obsidian
  • Forming entity (golems, wither) when it's split into different plots
  • Push block with piston
  • Pull block with piston
  • Pull entities with piston
  • Spawning mobs with spawn eggs
  • Bone meal on a tall grass
  • Hoe on dirt / grass
  • Shovel on grass
  • Placing bed from outside
  • Pulling entities with fishing rod
  • Forming nether portal where the portal is split in an area without modifying permission
  • Leashing entities
  • Moving in a leashed entity
  • Building a snowman and letting it escape
  • Enderman

Open

  • Change armor stands
  • Storage Minecarts
  • Hopper Minecarts
  • Item Frames
  • Chests
  • Trapped Chests
  • Furnaces
  • Hoppers
  • Anvil
  • Droppers
  • Dispensers
  • Beacon
  • Brewing Stands
  • Modify containers with hoppers

Click

  • Click on powered Minecarts
  • On wood buttons with bow
  • On wood pressure plates with bow
  • Collect dragon breath
  • Enchanting table
  • Crafting table
  • Buttons
  • Levelers
  • Doors
  • Open ender chest

PVP

  • Directly attack a player
  • Attack a player with a projectile
  • Attack a player with a dispenser
  • Attack a player with potions
  • Attack with a wolf
  • Make the wolf stop the attack
  • With explosion
  • Allow collecting loot even if pickup is denied
  • Pull players with fishing rod
  • Add negative effects with potions
  • Add negative effects with area effect cloud

PVC

  • Spawn chickens with eggs shooting a boat
  • Spawn chickens with eggs shooting a wall
  • Spawn chickens with eggs shooting an entity
  • Directly attack an animal
  • Attack an animal with a projectile
  • Attack a creature with a dispenser
  • Attack an animal with potions
  • Attack an animal with a wolf
  • Make the wolf stop the attack
  • With explosion
  • Allow collecting loot even if pickup is denied
  • Pull animals with fishing rod
  • Add negative effects with potions
  • Add negative effects with area effect cloud
  • Breeding animals

PVM

  • Directly attack a monster
  • Attack a monster with a projectile
  • Attack a monster with a dispenser
  • Attack a monster with potions
  • Attack a monster with a wolf
  • Make the wolf stop the attack
  • With explosion
  • Allow collecting loot even if pickup is denied
  • Pull monsters with fishing rod
  • Add negative effects with potions
  • Add negative effects with area effect cloud
@joserobjr joserobjr added this to the Basic Core milestone Aug 14, 2016
@joserobjr joserobjr self-assigned this Aug 14, 2016
@joserobjr joserobjr changed the title Vanilla Forge 1.7.10 Protections Vanilla Forge Protections Aug 24, 2016
This was referenced Sep 2, 2016
@joserobjr joserobjr removed their assignment Nov 11, 2016
@Eufranio
Copy link

rip this list

@joserobjr
Copy link
Member Author

RIP. It's being migrated to the reactive branch, all server platforms will have the same protection engine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants