About XGiftThrower
XGiftThrower - a gift-thrower that everyone can give. Even a copter under a Christmas tree.
Quote-> In the code you can switch the plugin language - LanguageEnglish = true <-
- Optimization of the interface for different monitor resolutions.
- There is a lang ru/en/uk/es.
- Sound effects when interacting with the menu.
- There is a craft gift-thrower. [ Crafting support near Tier N workbench ]
- The ability to shoot in-game items (resources) or prefabs.
- The ability to make a list of items (resources) or prefabs that will randomly shoot a gift-thrower.
- Possibility to change the capacity magazine of the gift-thrower.
- The effect when an item or prefab appears.
-> Overview - YouTube <-
Commands
Open crafting menu - /craftgun Give out a gift-thrower - gun_give <SteamID> snowballgun <Amount> <SkinID> Give out a snowball - gun_give <SteamID> snowball <Amount>
Permissions
xgiftthrower.usecraft - access to craft. xgiftthrower.usegun - access to the use of the gift-thrower. [ In the hands of a player without a permission, it will be a regular snowball gun ]
Config
{
"General settings": {
"Use craft": true,
"Background color_1": "0 0 0 0.95",
"Background color_2": "0.517 0.521 0.509 0.95",
"Background color_3": "0.217 0.221 0.209 0.95",
"Button color": "0.517 0.521 0.509 0.9"
},
"Settings gift-throwers": {
"skinID": {
"Gift-thrower name": "Small gift-thrower",
"Minimum number of gifts": 1,
"Maximum number of gifts": 1,
"Magazine capacity": 20,
"Required workbench level for crafting": 0,
"Gift appearance effect": "assets/prefabs/misc/easter/painted eggs/effects/gold_open.prefab",
"Use effect": true,
"Allow crafting": true,
"True - item | False - prefab": true,
"List of gifts / prefabs that the gift-thrower": [
"xmas.present.small"
],
"List of items for crafting a gift-thrower": {
"wood": 100,
"stones": 50
}
},
"skinID": {
"Gift-thrower name": "Medium gift-thrower",
"Minimum number of gifts": 1,
"Maximum number of gifts": 1,
"Magazine capacity": 15,
"Required workbench level for crafting": 1,
"Gift appearance effect": "assets/prefabs/misc/easter/painted eggs/effects/gold_open.prefab",
"Use effect": true,
"Allow crafting": true,
"True - item | False - prefab": true,
"List of gifts / prefabs that the gift-thrower": [
"xmas.present.medium"
],
"List of items for crafting a gift-thrower": {
"wood": 100,
"stones": 50
}
},
"skinID": {
"Gift-thrower name": "Large gift-thrower",
"Minimum number of gifts": 1,
"Maximum number of gifts": 1,
"Magazine capacity": 10,
"Required workbench level for crafting": 2,
"Gift appearance effect": "assets/prefabs/misc/easter/painted eggs/effects/gold_open.prefab",
"Use effect": true,
"Allow crafting": true,
"True - item | False - prefab": true,
"List of gifts / prefabs that the gift-thrower": [
"xmas.present.large"
],
"List of items for crafting a gift-thrower": {
"wood": 100,
"stones": 50
}
},
"skinID": {
"Gift-thrower name": "Random gift-thrower",
"Minimum number of gifts": 1,
"Maximum number of gifts": 1,
"Magazine capacity": 10,
"Required workbench level for crafting": 3,
"Gift appearance effect": "assets/prefabs/misc/easter/painted eggs/effects/gold_open.prefab",
"Use effect": true,
"Allow crafting": true,
"True - item | False - prefab": true,
"List of gifts / prefabs that the gift-thrower": [
"xmas.present.small",
"xmas.present.medium",
"xmas.present.large"
],
"List of items for crafting a gift-thrower": {
"wood": 100,
"stones": 50
}
},
"skinID": {
"Gift-thrower name": "Rocket-thrower",
"Minimum number of gifts": 0,
"Maximum number of gifts": 0,
"Magazine capacity": 5,
"Required workbench level for crafting": 3,
"Gift appearance effect": "",
"Use effect": false,
"Allow crafting": true,
"True - item | False - prefab": false,
"List of gifts / prefabs that the gift-thrower": [
"assets/prefabs/ammo/rocket/rocket_basic.prefab"
],
"List of items for crafting a gift-thrower": {
"wood": 100,
"stones": 50
}
}
}
}
