Installation & Setup
Requirements
| Requirement | Version | Required |
|---|---|---|
| Paper/Spigot | 1.21+ | ✅ Yes |
| ItemsAdder | 3.x | ❌ No (for custom textures) |
Installation
- Download the latest
ArtifactPlugin-X.X.jar - Place it in your server's
plugins/folder - Restart the server
After the first start, the following file will be created:
plugins/
└── ArtifactPlugin/
└── config.yml
Project Structure
plugins/ArtifactPlugin/
└── config.yml # All artifacts and settings
Command Examples
# Give an artifact to a player
/artifact give speed_charm PlayerName
# Give 5 artifacts to yourself
/artifact give speed_charm 5
# Give a Tier III bag
/artifact bag 3
# Give a bag to another player
/artifact bag 4 PlayerName
Permissions
permissions:
artifact.give:
description: Give artifacts
default: op
artifact.list:
description: View artifact list
default: true
artifact.info:
description: Artifact information
default: true
artifact.reload:
description: Reload config
default: op
Anomalous Bags
What are they?
Anomalous Bags are special bags (BUNDLES) that can store artifacts inside.
How to obtain
/artifact bag 1 # Tier 1 bag (2 slots)
/artifact bag 2 # Tier 2 bag (4 slots)
/artifact bag 3 # Tier 3 bag (6 slots)
/artifact bag 4 # Tier 4 bag (8 slots)
How to use
- Get the bag with the command
/artifact bag <tier> - Place artifacts inside
- Place the bag in the hotbar
- All artifacts inside will work!
Restrictions
- The bag can only hold artifacts
- The number of slots is limited by the bag's tier
- Once full, no more can be added
Next Steps
- Creating Artifacts — create your first artifact
- Effects — a list of all available effects
- Settings — advanced configuration