Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/restoremonarchyplugins/assetmodifier

Modify any vanilla or workshop asset properties like vehicle, item or animal.
https://github.com/restoremonarchyplugins/assetmodifier

Last synced: 5 days ago
JSON representation

Modify any vanilla or workshop asset properties like vehicle, item or animal.

Awesome Lists containing this project

README

        

# Asset Modifier
Modify any vanilla or workshop asset properties like vehicle, item or animal.

It is not possible to modify all asset properties for example guns recoil or movement speed. Plugin only changes the values of those properties on the server but client, which is player, still has original values.

For example if you modify clothing `movementMultiplier` property for some item that originally has 0.7 movement multiplier, but you set it to 1.0 the server will think the player speed is 1.0 while client thinks their speed is still 0.7 causing the player to lag and teleport because their position is de-synced with the server.

Another example is `isInvulnerable` property for weapons. Maplestrike originally can't damage structures or barricades like doors or sentries. Setting `isInvulnerable` and `structureDamage` will enable it to do that, but you will notice that when you shoot at the wall as a player it doesn't show this other kind of crosshair that indicates that you are dealing damage to a structure.

If you need help finding a property or want to ask if it's possible to change specific property feel free to join our Discord server.

## Commands
- **/checkasset \ \ or /checkasset \** - List all properties of specific asset.

## Configuration
```xml

false




















































```