Skins.png
(0)

Merchant: j1r4
Price: $6.00
Framework: RocketMod
By purchasing this product you agree END-USER AGREEMENT

Automatic skins

A plugin which allows players to earn skins by opening a skin crate, skin crate is an item that the player is required to have in inventory and can be configured to any item in config. This plugin automatically changes any item the player picks up to a skinned version, if the player does not own the skin, the item is replaced by the default item. This plugin also allows skins for armor, which are also, applied automatically upon equip or pickup.

Dependencies

  • You need to install RocketExtenions , UniTask and 0Harmony from "Libraries" folder in the downloaded zip to your server in order to run this plugin.

Workshop

  • Plugin requires a workshop to function. You can download it in the "Workshop" tab.

Commands

  • Command: /skins ⇒ Opens skin UI

Contact

If you have issues with the plugin, feel free to DM me on discord: j1r4

<?xml version="1.0" encoding="utf-8"?>
<Config xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <SkinsUIID>51548</SkinsUIID>
  <SkinBoxID>268</SkinBoxID>
  <weaponSkins>
    <WeaponConfig>
      <configName>defaultWeapon</configName>
      <DefaultGun>363</DefaultGun>
      <SkinnedGuns>
        <SkinnedWeapon>
          <SkinName>heartbreaker</SkinName>
          <WeaponID>1037</WeaponID>
          <ImageUI>https://raw.githubusercontent.com/Jiraxd/HypnoticRPImages/main/1037.png</ImageUI>
        </SkinnedWeapon>
        <SkinnedWeapon>
          <SkinName>nightraider</SkinName>
          <WeaponID>1377</WeaponID>
          <ImageUI>https://raw.githubusercontent.com/Jiraxd/HypnoticRPImages/main/1377.png</ImageUI>
        </SkinnedWeapon>
      </SkinnedGuns>
    </WeaponConfig>
  </weaponSkins>
  <skins>
    <SkinConfig>
      <ConfigName>default</ConfigName>
      <DefaultArmor>
        <IdHat>0</IdHat>
        <IdMask>0</IdMask>
        <IdGlasses>0</IdGlasses>
        <IdShirt>0</IdShirt>
        <IdBackPack>253</IdBackPack>
        <IdVest>0</IdVest>
        <IdPants>0</IdPants>
      </DefaultArmor>
      <SkinnedArmors>
        <SkinnedSet>
          <SkinName>Black backpack</SkinName>
          <IdHat>0</IdHat>
          <IdMask>0</IdMask>
          <IdGlasses>0</IdGlasses>
          <IdShirt>0</IdShirt>
          <IdBackPack>200</IdBackPack>
          <IdVest>0</IdVest>
          <IdPants>0</IdPants>
          <ImageUI>https://raw.githubusercontent.com/Jiraxd/HypnoticRPImages/main/200.png</ImageUI>
        </SkinnedSet>
        <SkinnedSet>
          <SkinName>Red backpack</SkinName>
          <IdHat>0</IdHat>
          <IdMask>0</IdMask>
          <IdGlasses>0</IdGlasses>
          <IdShirt>0</IdShirt>
          <IdBackPack>9</IdBackPack>
          <IdVest>0</IdVest>
          <IdPants>0</IdPants>
          <ImageUI>https://raw.githubusercontent.com/Jiraxd/HypnoticRPImages/main/9.png</ImageUI>
        </SkinnedSet>
      </SkinnedArmors>
    </SkinConfig>
  </skins>
</Config>
<?xml version="1.0" encoding="utf-8"?>
<Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Translation Id="not_owner_skin" Value="You do not own this skin!" />
  <Translation Id="get_skin" Value="You got {0} skin !" />
  <Translation Id="disable_enabled_skin" Value="You already have a skin enabled on this weapon/armor! Disable it if you want to change skins" />
</Translations>

Not found

No reviews were found.