Extended Scripts

An addon for Kamkeel's CustomNpcs+ that gives scripters new capabilities and quality of life shortcuts.

File Details

extendedscripts-v1.0.7.jar

  • R
  • Sep 27, 2025
  • 424.37 KB
  • 94
  • 1.7.10
  • Forge

File Name

extendedscripts-v1.0.7.jar

Supported Versions

  • 1.7.10

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:extended-scripts-1328588:7037176")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Added getNewResolution() to ResolutionChangedEvent so scripters can act based on the new resolution. Previously the player would not have access to the new resolution until a few ticks later because a packet needed to be sent to update it.
  • Fixed some issues with /inspect self.
  • To see the NBT keys from the /inspect command instead of adding KEYS as the third argument add -k anywhere in the command after the second argument. Additionally, now only 10 keys will display at a time so scripters can add -p to see more pages.
  • Added getSkinType() and setSkinType() to ICustomNpc.
  • Added SkinType enum.
  • Fixed several issues related to the javadocs.