Hands Resizer

Change player hand sizes using permissions


Features

  • Custom hand sizes for players
  • No lag
  • Useful for VIP players

Configuration

<?xml version="1.0" encoding="utf-8"?>
<HandsResizerPluginConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <HandSizes>
    <HandSize width="5" height="5" permission="small" />
    <HandSize width="10" height="5" permission="big" />
  </HandSizes>
</HandsResizerPluginConfiguration>