Jump to content
Message added by Yun,

Information

I apologize to all my customers for the delay in fixing bugs and updating my plugins.

2 weeks ago I was infected by the Dengue virus (at least that's what we call it in Brazil), and so I didn't have time to work, update my plugins or fix errors, as I was in terrible condition.

Last week I started to feel better, until Saturday (March 9th) when I was hospitalized and stayed until today at (20:00 UTC).

I will release the fixes for all plugins within the next few hours, and I promise I will make up for them in some way.

5 Screenshots

  • 6.9k
  • 118
  • 102.63 kB

About TC Levels

TCLevels is a plugin that will make your server more fun and have more things to do!
 


FEATURES ★

• Reduce the decay damage by tick;
• Upgrade the authorizations limit;
• Upgrade the building grade limit;
• Upgrade the storage capacity of the cupboard;
• Upgrade the stack size limit of the cupboard;
• Unlock some deployable items;
• Set a default building grade for the server;
• Modify the default decay;
• Keep the cupboard attributes when remove;

Make your server fun ^u^

 

PERMISSIONS

The plugin has a unique permission, which allows the player to use the cupboard upgrade: tclevels.use

 

F.A.Q

1. How many items can be blocked? and which?
You can block unlimited items and all items must be deployable or they will not be blocked.

2. Which area will be checked when i place my cupboard?
The entire privilege area will be checked. But you can also disable checks in the configuration file.

3. Could it cause conflict with any plugin?
Yes, but i am providing an API for the plugin so that other developers can integrate with it, so if there is a conflict, just go to the developer's plugin support and ask them to integrate it. Also if it is possible for me to integrate it from my plugin, i will do so without any problem.

 

API </>

// Gets the current cupboard allowed building grade limit
// If the cupboard isn't provided, it will return the default building grade limit of the config;
private BuildingGrade.Enum GetBuildingGradeLimit(BuildingPrivlidge? cupboard);

// Gets the current cupboard decay multiplier
// If the cupboard isn't provided, it will return the default decay multiplier of the config;
private float GetDecayMultiplier(BuildingPrivlidge? cupboard);

// Gets the current cupboard authorization limit
// If the cupboard isn't provided, it will return the default auth limit of the config;
private int GetAuthLimit(BuildingPrivlidge? cupboard);

// Gets the current cupboard storage capacity
// If the cupboard isn't provided it will throw an exception;
private int GetCapacity(BuildingPrivlidge cupboard);

// Gets a list of the cupboard blocked items
// If the cupboard isn't provided it will return all locked items listed in the config;
private List<string> GetLockedItems(BuildingPrivlidge? cupboard);

 

CONFIGURATION
TCLevels.json

  • Like 2

User Feedback

1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

81.4k

Files Sold

Total number of files sold.

1.6m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.