Better Size

We all hate not having enough space in our clothing or lockers in our vanilla servers well here is your solution. A plugin to give a custom size to storages and clothing without mods only with a simple plugin with a simple configuration


Features

  • Extra size depending on player roles
  • No lag as you can see in the video
  • Useful for VIP players
  • A simple configuration

Configuration

<?xml version="1.0" encoding="utf-8"?>
<Configuration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ClothingSizes>
    <CustomSize id="223" width="3" height="5" permission="police.top" />
    <CustomSize id="253" width="10" height="10" permission="alicepack.big" />
  </ClothingSizes>
  <StorageSizes>
    <CustomSize id="328" width="10" height="10" permission="locker.big" />
    <CustomSize id="1279" width="5" height="10" permission="cupboard.big" />
  </StorageSizes>
</Configuration>

Video

https://www.youtube.com/watch?v=2Oqvb1ne-J4


Images

Before

before-plugin

After

after-plugin