https://github.com/venndev/nameenchantpmmp
https://github.com/venndev/nameenchantpmmp
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/venndev/nameenchantpmmp
- Owner: VennDev
- Created: 2023-06-17T09:01:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-17T09:01:43.000Z (almost 3 years ago)
- Last Synced: 2025-05-23T05:12:39.836Z (about 1 year ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NameEnchantPMMP
```php
public const ENCHANTMENT_ARROWDAMAGE = "enchantment.arrowDamage";
public const ENCHANTMENT_ARROWFIRE = "enchantment.arrowFire";
public const ENCHANTMENT_ARROWINFINITE = "enchantment.arrowInfinite";
public const ENCHANTMENT_ARROWKNOCKBACK = "enchantment.arrowKnockback";
public const ENCHANTMENT_CROSSBOWMULTISHOT = "enchantment.crossbowMultishot";
public const ENCHANTMENT_CROSSBOWPIERCING = "enchantment.crossbowPiercing";
public const ENCHANTMENT_CROSSBOWQUICKCHARGE = "enchantment.crossbowQuickCharge";
public const ENCHANTMENT_CURSE_BINDING = "enchantment.curse.binding";
public const ENCHANTMENT_CURSE_VANISHING = "enchantment.curse.vanishing";
public const ENCHANTMENT_DAMAGE_ALL = "enchantment.damage.all";
public const ENCHANTMENT_DAMAGE_ARTHROPODS = "enchantment.damage.arthropods";
public const ENCHANTMENT_DAMAGE_UNDEAD = "enchantment.damage.undead";
public const ENCHANTMENT_DIGGING = "enchantment.digging";
public const ENCHANTMENT_DURABILITY = "enchantment.durability";
public const ENCHANTMENT_FIRE = "enchantment.fire";
public const ENCHANTMENT_FISHINGSPEED = "enchantment.fishingSpeed";
public const ENCHANTMENT_FROSTWALKER = "enchantment.frostwalker";
public const ENCHANTMENT_KNOCKBACK = "enchantment.knockback";
public const ENCHANTMENT_LOOTBONUS = "enchantment.lootBonus";
public const ENCHANTMENT_LOOTBONUSDIGGER = "enchantment.lootBonusDigger";
public const ENCHANTMENT_LOOTBONUSFISHING = "enchantment.lootBonusFishing";
public const ENCHANTMENT_MENDING = "enchantment.mending";
public const ENCHANTMENT_OXYGEN = "enchantment.oxygen";
public const ENCHANTMENT_PROTECT_ALL = "enchantment.protect.all";
public const ENCHANTMENT_PROTECT_EXPLOSION = "enchantment.protect.explosion";
public const ENCHANTMENT_PROTECT_FALL = "enchantment.protect.fall";
public const ENCHANTMENT_PROTECT_FIRE = "enchantment.protect.fire";
public const ENCHANTMENT_PROTECT_PROJECTILE = "enchantment.protect.projectile";
public const ENCHANTMENT_SOUL_SPEED = "enchantment.soul_speed";
public const ENCHANTMENT_SWIFT_SNEAK = "enchantment.swift_sneak";
public const ENCHANTMENT_THORNS = "enchantment.thorns";
public const ENCHANTMENT_TRIDENTCHANNELING = "enchantment.tridentChanneling";
public const ENCHANTMENT_TRIDENTIMPALING = "enchantment.tridentImpaling";
public const ENCHANTMENT_TRIDENTLOYALTY = "enchantment.tridentLoyalty";
public const ENCHANTMENT_TRIDENTRIPTIDE = "enchantment.tridentRiptide";
public const ENCHANTMENT_UNTOUCHING = "enchantment.untouching";
public const ENCHANTMENT_WATERWALKER = "enchantment.waterWalker";
public const ENCHANTMENT_WATERWORKER = "enchantment.waterWorker";
```