Creative Profiles

Server-side NeoForge mod that separates Survival and Creative player profiles, including inventories, XP, Ender Chests, positions, advancements, and backups.

File Details

Creative Profiles v1.2.0 - BETA

  • B
  • Jun 29, 2026
  • 42.31 KB
  • 6
  • 1.21.1
  • NeoForge

File Name

creativeprofiles-1.2.0.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:creative-profiles-1591700:8338370"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Beta Notice

Creative Profiles v1.2.0 is a beta release. Server owners should test before using it on production worlds and keep backups.

Added

  • Manual profile backups with cooldown.
  • Automatic profile backups on login and before profile switching.
  • Separate manual and automatic backup storage.
  • Admin restore commands for manual backups.
  • Admin restore commands for automatic backups.
  • /cp backupstatus
  • /cp status <player> for permission level 4.
  • /cp restore survival <player>
  • /cp restore creative <player>
  • /cp restoreauto survival <player>
  • /cp restoreauto creative <player>
  • /cp swapdata <player> to repair swapped Survival and Creative data.
  • Separate advancements per profile.
  • Advancement support in manual and automatic backups.
  • Improved status output with dimensions, compatibility state, saved data, and backup state.
  • Documentation under docs/ and docs/info/.

Changed

  • /cp reload now requires permission level 4.
  • Restore commands now require permission level 4.
  • Restored backups are consumed after use to reduce repeated duplication risks.
  • Backup status now distinguishes manual and automatic backups.
  • Profile saving now includes advancements.
  • Profile repair tooling is more explicit for admin recovery.

Notes

  • This is a beta release.
  • Automatic backups do not replace manual backups.
  • Compatibility expansion for additional inventory/accessory mods is deferred to a future major version.