About Cases
Revolutionary cases, the juiciest interface, scroll animations and much more!
Features
- Beautiful user interface
- Opening animation
- Performance
- Each case is configured separately
Commands
- cases (open cases interface)
- givecase <steamid> <caseid> <amount> (give a case to the player)
- givecase * <caseid> <amount> (give a case to all online players)
FAQ
Q: Where can I see an example of a config?
A: Config
Q: How do I use Economics to pay for cases?
A:
"Economy": {
"Show Balance": true,
"Type (Plugin/Item)": "Plugin",
"Plugin name": "Economics",
"Balance add hook": "Deposit",
"Balance remove hook": "Withdraw",
"Balance show hook": "Balance",
"ShortName": "scrap",
"Display Name (empty - default)": "",
"Skin": 0
},
Q: How do I use ServerRewards to pay for cases?
A:
"Economy": {
"Show Balance": true,
"Type (Plugin/Item)": "Plugin",
"Plugin name": "ServerRewards",
"Balance add hook": "AddPoints",
"Balance remove hook": "TakePoints",
"Balance show hook": "CheckPoints",
"ShortName": "scrap",
"Display Name (empty - default)": "",
"Skin": 0
},
Q: I have a question/problem. What should I do?
A: You can write to me in a PM on the site, create a ticket. Or write me in Discord: mevent
Q: How does a player give out Skill Tree XP?
A:
{
"Type": "Command",
"ID": 7,
"Image": "",
"Title": "Give 1K XP from SkillTree",
"Command (%steamid%)": "givexp %username% 1000",
"Plugin": {
"Hook": null,
"Plugin name": null,
"Amount": 0
},
"Display Name (empty - default)": "",
"ShortName": "",
"Skin": 0,
"Amount": 1,
"Chance": 65.0
},
Q: How can I add cases not for purchase, but just to have them?
A: For example, if you give cases with the "givecase" command:
- givecase <steamid> <caseid> <amount> give a case to the player
- givecase * <caseid> <amount> give a case to all online players