Welcome to FoxStudios
FoxStudios is a passionate team project that specializes in creating innovative Minecraft plugins
and developing various Minecraft-related projects. We're dedicated to crafting high-quality,
feature-rich solutions that enhance the Minecraft experience for players and server administrators alike.
Our team combines creativity with technical expertise to bring unique ideas to life. From custom
enchantment systems to advanced plugin mechanics, we're constantly pushing the boundaries of what's
possible in the Minecraft ecosystem. We love tea and making random plugins that solve real problems
for Minecraft server owners and players.
With over almost 3,000+ downloads across our projects, we're proud to offer plugins like FoxEnchantCreator,
FoxOneMace, FoxSMPUtilities, and FoxPapiSkriptExpansion. Our plugins are designed to be easy to use,
highly configurable, and compatible with popular server platforms like Paper, Purpur, and Spigot.
Our Team
KrapiX
Content Creator & Marketer
Amir
Developer & Moderator
About
FoxEnchantCreator is a powerful Minecraft plugin that allows you to easily register custom enchantments
to your server. Unlike traditional enchantment plugins, FoxEnchantCreator provides a flexible framework
where enchantments don't have built-in effects by default, giving you complete control over their behavior.
You can add custom effects to your enchantments using Skript, Denizen, other plugins, or even datapacks.
This makes FoxEnchantCreator incredibly versatile and perfect for server owners who want to create unique
enchantment systems tailored to their server's needs.
Features
- ✨ Easy registration of custom enchantments through config.yml
- 🔧 No built-in effects - full control over enchantment behavior
- 🔌 Compatible with Skript, Denizen, plugins, and datapacks
- 📝 Simple configuration system
- 🎮 Works with Paper, Purpur and other forks of Paper
- ⚡ Lightweight and performance-friendly
How It Works
FoxEnchantCreator allows you to register custom enchantments directly in the config.yml file. Once registered,
these enchantments can be applied to items, but they won't have any effects until you add them yourself.
This design philosophy gives you maximum flexibility. You can use Skript or Denizen to add custom effects when players
use enchanted items, hook into other plugins for additional
functionality, or even use datapacks for vanilla-style enchantment effects.
Perfect for server owners who want to create unique enchantment systems without being limited by pre-defined
effects. With FoxEnchantCreator, your creativity is the only limit!
Configuration Values
Below is an example configuration for the "Crimson" enchantment. Hover over any config line to see an info icon,
then click it to view detailed explanations of each setting.
crimson:ℹ️
Name: "Crimson"ℹ️
Color: "FF5E5E"ℹ️
SupportedItems: "%SWORDS%,mace"ℹ️
Ignore: "minecraft:sharpness,minecraft:smite"ℹ️
Weight: 4ℹ️
maxLevel: 3ℹ️
minCost:ℹ️
base: 3
perLevel: 9
maxCost:ℹ️
base: 16
perLevel: 9
anvilCost: 3ℹ️
tooltip_order_value: 1ℹ️
in_enchanting_table: trueℹ️
tradeable: trueℹ️
double_trade_price: trueℹ️
on_mob_spawn_equipment: trueℹ️
on_random_loot: trueℹ️
on_traded_equipment: trueℹ️
About
FoxOneMace is a Minecraft plugin that allows you to limit the number of maces that can be crafted on your server.
This plugin helps maintain server balance by preventing players from crafting unlimited maces, which can be overpowered
in PvP scenarios.
When a player crafts a mace, FoxOneMace can display custom title/subtitle messages, send chat messages, and play sounds
to notify players. The plugin tracks how many maces have been crafted across the entire server and prevents crafting
once the limit is reached.
Perfect for server owners who want to control the availability of powerful items and create a more balanced gameplay
experience. The data about how many maces have been crafted is saved in data.yml for persistence across server restarts.
Features
- 🔢 Configurable maximum mace crafting limit
- 📢 Customizable title, subtitle, and chat messages
- 🔊 Sound effects when maces are crafted
- 💾 Persistent data storage in data.yml
- 🎮 Works with Paper, Purpur and other forks of Paper
- ⚡ Lightweight and performance-friendly
How It Works
FoxOneMace monitors when players craft maces on your server. When a mace is crafted, the plugin checks if the server
has reached the maximum allowed mace count. If the limit hasn't been reached, the mace is crafted successfully and
the count is incremented. If the limit has been reached, the crafting is prevented.
You can configure custom messages that appear when maces are crafted, including title messages (shown at the top of
the screen), subtitle messages (shown below the title), and chat messages. You can also configure sounds to play
when maces are crafted, with customizable pitch values.
The plugin tracks the total number of maces crafted across all players on the server. This data is saved in data.yml
and persists across server restarts, ensuring the limit is maintained even after the server is restarted.
Configuration Values
Below is an example configuration for FoxOneMace. Hover over any config line to see an info icon,
then click it to view detailed explanations of each setting.
mace-max-craft-amount: 1ℹ️
messages-enabled: falseℹ️
title-message: "<#18E571>%player% <#24E678>Has crafted one of the maces"ℹ️
subtitle-message: "<#79F0AD>Good Luck!"ℹ️
message: "<#9EFFD4>%player% Has crafted one of the maces! Better be careful now"ℹ️
sounds-enabled: falseℹ️
sound: "minecraft:block.anvil.use"ℹ️
pitch: 1.5ℹ️
title-fadein-duration: 20ℹ️
title-duration: 60ℹ️
title-fadeout-duration: 20ℹ️
Config Placeholders
The following placeholders can be used in message configurations to display dynamic information.
%player% = shows the crafter's nick
%maces% = shows the amount of maces that currently are on crafted on the server
%maxmaces% = shows how many maces can be max crafted on the server