Skip to content
Changes
- fix: some trait event listener methods maybe inaccessible (commit: b3d0bdb)
—
snwcreations /
githubweb
- perf: use method handles for better performance (commit: c1c3456)
—
snwcreations /
githubweb
- feat: npc move event (commit: 9e6c733)
—
snwcreations /
githubweb
- fix: follow review (commit: c527165)
—
snwcreations /
githubweb
- Add new runChatStringSetter method (commit: 07e2626)
—
fullwall /
githubweb
- Save lore and displayname separately for ease of editing (commit: c56848c)
—
fullwall /
githubweb
- Minimessage does not allow you to only strip color tags (commit: aaa07c4)
—
fullwall /
githubweb
- Implement TraitEventHandler for singleton event listeners (commit: 5bfe379)
—
fullwall /
githubweb
- Remove old metadata (commit: a20273b)
—
fullwall /
githubweb
- Don't strip content-containing tags (commit: e9a0887)
—
fullwall /
githubweb
- Null check in cosmetic (commit: dfbfa17)
—
fullwall /
githubweb
- Add get/setCosmetic to equipment (commit: fcbc9e3)
—
fullwall /
githubweb
- Bump pom versions (commit: ba26eaa)
—
fullwall /
githubweb
- Bump version (commit: d50ee1f)
—
fullwall /
githubweb
- Add method (commit: 5491ec9)
—
fullwall /
githubweb
- Fix EntityDim conversion typo (commit: ae92868)
—
fullwall /
githubweb
- Add EntityDim.from(boundingbox) which currently only examines the x axis (commit: 664c83a)
—
fullwall /
githubweb
- Fix isKeyed exception (commit: d1bdc88)
—
fullwall /
githubweb
- Extra registry safety check in SpigotUtil (commit: 0db155e)
—
fullwall /
githubweb
- Add async boolean to NPCEvent ctor (commit: a6d6a45)
—
fullwall /
githubweb
- Remove backwards compatibility with old item saving method. Simplify item saving code in the process. Minor performance improvement in DataKey#getString (commit: 99a0fd0)
—
fullwall /
githubweb
- Add new debug method (commit: 28ed8bb)
—
fullwall /
githubweb
- Use new internal metadata (commit: 3170cbd)
—
fullwall /
githubweb
- Allow player to be parsed from UUID or string in command arguments (commit: 47acc4b)
—
fullwall /
githubweb
- Add keyed tab completions (commit: 0b4cb68)
—
fullwall /
githubweb
- Make placeholders enabling logic more explicit to print more errors (commit: feec93b)
—
fullwall /
githubweb
- Prevent exception being thrown unnecessarily (commit: 4b1ca26)
—
fullwall /
githubweb
- BODY slot for wolves/horses only at this point (commit: 1e8309d)
—
fullwall /
githubweb
- Clone equipment itemstack in get (commit: a9abe37)
—
fullwall /
githubweb
- Try to avoid saving metas for every item, more BODY compat (commit: 4d7abd1)
—
fullwall /
githubweb
- Support body equipment slot (commit: 99cb314)
—
fullwall /
githubweb
- Fix keyed namespace parsing (commit: 8b9a74f)
—
fullwall /
githubweb
- More registry fixes (commit: 7e6cfc0)
—
fullwall /
githubweb
- Backcompat fix for keyed (commit: d8239f9)
—
fullwall /
githubweb
- Consolidate namespacedkey parsing (commit: ef7b6ed)
—
fullwall /
githubweb
- Support Keyed in commands (commit: 58a5c97)
—
fullwall /
githubweb
- Add functional API to targetnearbyentitygoal (commit: 026a1f1)
—
fullwall /
githubweb
- Fix default values being overwritten to null (commit: e195981)
—
fullwall /
githubweb
- EXPERIMENTAL CHANGE: add Keyed support to PersistenceLoader and don't save values that are default (commit: 37fbb09)
—
fullwall /
githubweb
- Change wandergoal api (commit: c6ef301)
—
fullwall /
githubweb
- Fix test (commit: 5cf45ed)
—
fullwall /
githubweb
- Implement yamlkey optimisation (commit: 5eb5a80)
—
fullwall /
githubweb
- Unify YamlKey and MemoryDataKey to have the same persistence behavior (commit: 3f1d236)
—
fullwall /
githubweb
- Fix uuid removal path (commit: b80ef5f)
—
fullwall /
githubweb
- Load templates when generating (commit: 0cbcb0c)
—
fullwall /
githubweb
- Also fix the location of the replacements in generated templates (commit: 595d303)
—
fullwall /
githubweb
- Make generated templates override by default (commit: 8ec8079)
—
fullwall /
githubweb
- Add crosscompat for enums which have been migrated to classes. Spigot turns class rewriting off by default so this is necessary (commit: d20fcea)
—
fullwall /
githubweb
- NamespacedKey needs key to be lowercased (commit: 56cca4d)
—
fullwall /
githubweb
- Revert runnable iteration style (commit: 31dc517)
—
fullwall /
githubweb
- Use explicit US locale in several areas. EXPERIMENTAL: may be typos in this process (commit: 2480f7d)
—
fullwall /
githubweb
- Fix parsing day durations (commit: 93be1b6)
—
fullwall /
githubweb
- Abstract equals (commit: f09486f)
—
fullwall /
githubweb
- Abstract InventoryView API for backwards compatibility (commit: 65e19c6)
—
fullwall /
githubweb
- Add temporary registry API (commit: 4c91a4e)
—
fullwall /
githubweb
- Update to 1.21 (commit: 9a0bdd0)
—
fullwall /
githubweb
- Support enum keys in @Persist (commit: 8661ba6)
—
fullwall /
githubweb
- Add new persisters, command parsing, and locationlookup APIs. Fix a bug in EntityTargetNPCEvent not forwarding cancellation calls (commit: f14c48c)
—
fullwall /
githubweb
- Add a NPCRegistry constructor for LocationLookup (commit: 024faea)
—
fullwall /
githubweb
- Update template implementation, add new command api (commit: eff2d84)
—
fullwall /
githubweb
- Update dependencies (commit: df2be9c)
—
fullwall /
githubweb
- Revert worldguard version change (commit: c107b0a)
—
fullwall /
githubweb
- Add completions provider helper, misc cleanup (commit: ca822c6)
—
fullwall /
githubweb
- Update spigot dep (commit: e3261a5)
—
fullwall /
githubweb
- Remove entity pose metadata (commit: 78ae65c)
—
fullwall /
githubweb
- Add new metadata (commit: 91bc186)
—
fullwall /
githubweb
- Remove jnbt (commit: 977d4fb)
—
fullwall /
githubweb
- 1.20.5 update initial (commit: 908d95c)
—
fullwall /
githubweb
- Minor change to help with debugging (commit: cb3caac)
—
fullwall /
githubweb
- Add trial commands section to template (commit: bc383fe)
—
fullwall /
githubweb
- Add new metadata (commit: eed3fd2)
—
fullwall /
githubweb
- Remove some hologram implementation-specific metadata (commit: 8e11ad5)
—
fullwall /
githubweb
- Rework getFullName colour parsing again (commit: d09a64a)
—
fullwall /
githubweb
- Add Messaging#stripColor (commit: b37ef07)
—
fullwall /
githubweb
- Two significance persistence changes - null values are now removed from DataKeys when saved. Check values exist as primitives rather than counting MemorySections as values. (commit: 93f1e4a)
—
fullwall /
githubweb
- Treat configurationsections as null values when loading (commit: fbbdb84)
—
fullwall /
githubweb
- Add player uuid placeholder and getNearbyVisiblePlayers API (commit: 72ca7fe)
—
fullwall /
githubweb
- Fix 1.8.8 compat (commit: 2ec1505)
—
fullwall /
githubweb
- Expose TemplateRegistry to API (commit: 589b2c5)
—
fullwall /
githubweb
- Check for storage contents method in spite of earlier error (commit: 523cca2)
—
fullwall /
githubweb
- Catch throwable instead of exception (commit: 0ef5910)
—
fullwall /
githubweb
- Fix inventory storagecontents check (commit: 2bc6f7c)
—
fullwall /
githubweb
- Create templates folder if it doesn't exist (commit: f1a649e)
—
fullwall /
githubweb
- Fix persister on fields (commit: 945dca4)
—
fullwall /
githubweb
- Delete scripting API. Add new template API structure and @DelegatePersistence on constructor support (commit: 15b7ab5)
—
fullwall /
githubweb
- Attempt to fix /npc inventory for allays. Due to legacy code, needs further testing (commit: cb48e58)
—
fullwall /
githubweb
- Bounds check for inventory (commit: c7cea38)
—
fullwall /
githubweb
- Ignore empty help translations (commit: f23d827)
—
fullwall /
githubweb
- Add translation generator for command help / descriptions (commit: 787f1a1)
—
fullwall /
githubweb
- Remove internal method from public API (commit: 25886a9)
—
fullwall /
githubweb
- Copy to inventory contents length (commit: b975dba)
—
fullwall /
githubweb
- Remove SlotSource (commit: 76acb8e)
—
fullwall /
githubweb
- Add warning and skip checks for mojmapped jars (commit: a0b5743)
—
fullwall /
githubweb
- Remove NBTStorage (commit: 80a6a0b)
—
fullwall /
githubweb
- Minor javadoc fixes (commit: 34a4a92)
—
fullwall /
githubweb
- Remove SimpleSpeechController and implement directly (commit: 6b7b7ab)
—
fullwall /
githubweb
- Sanity check in inventorymenu (commit: 7714672)
—
fullwall /
githubweb
- Change to contains placeholders method (commit: 6c2c19c)
—
fullwall /
githubweb
- Use the common forkjoin pool instead of a dedicated thread (commit: dbc1e2a)
—
fullwall /
githubweb
- Make LocationLookup async (commit: a30c162)
—
fullwall /
githubweb
- Add NPCs to locationlookup (commit: 7dd1dc3)
—
fullwall /
githubweb
- Set item provider on load (commit: fd53308)
—
fullwall /
githubweb
- Bump adventure dependency (commit: b00b05e)
—
fullwall /
githubweb
- Fix default fluid-pushable status (commit: fcaa4dd)
—
fullwall /
githubweb
- Allow citizens to load even if adventure isn't functioning (commit: 80cadb2)
—
fullwall /
githubweb
- Deprecate sneaking constant (commit: 67c4ff9)
—
fullwall /
githubweb
- Add parseComponents to setTitle (commit: f7544ab)
—
fullwall /
githubweb
- Bump phtree version (commit: 8eb20f8)
—
fullwall /
githubweb
- Add new unlink event (commit: 1b19ec0)
—
fullwall /
githubweb
- Move hologram meta check to abstract NPC (commit: c042566)
—
fullwall /
githubweb
- Add apply range parameter to playerfilter, fix an issue with missing translations (commit: 82304b1)
—
fullwall /
githubweb
- Run autoformatter (commit: cd83d25)
—
fullwall /
githubweb
- Add new permission to ignore owner (commit: 7e928d8)
—
fullwall /
githubweb
- Rework translator class to load JSON files rather than ResourceBundles (commit: 8221b93)
—
fullwall /
githubweb
- Add a simple callback decorator to behavior tree (commit: 1cc7f1c)
—
fullwall /
githubweb
- Add metadata (commit: 56561e3)
—
fullwall /
githubweb
- Add some metadata for hologram NPCs, completions providers now include the selected NPC as an argument (commit: 75b7755)
—
fullwall /
githubweb
- Add event (commit: 8193239)
—
fullwall /
githubweb
- Remove getScriptFolder (commit: a9f52c1)
—
fullwall /
githubweb
- Allow location flag to be parsed for getSenderLocation (commit: b063a68)
—
fullwall /
githubweb
- Restore owner checks (commit: 7da3dcd)
—
fullwall /
githubweb
- Bump deps, don't mirror npc.data() to entity metadata store (commit: 1cfd870)
—
fullwall /
githubweb
- Safety check for spigotutil#getVersion (commit: b76a620)
—
fullwall /
githubweb
- 1.20.2 update (commit: 29d10c1)
—
fullwall /
githubweb
- Make Vault optional for PlayerFilter (commit: 7e92c0e)
—
fullwall /
githubweb
- Make citizensAPI impl field volatile (commit: 65ff5be)
—
fullwall /
githubweb
- Revert passable state to last-wins. PassableState priority appears to have too much friction, and a custom passable state combining API would run into difficulties with cross-plugin compatibility. One alternative would be to expose some passability bits for ground, water, flying, etc. in the storage to both slightly optimise block lookups and allow safer passability overrides. (commit: 7c80504)
—
fullwall /
githubweb
- Add an untested adventure component persister (commit: 555e44d)
—
fullwall /
githubweb
- Add new metadata (commit: a5abcb2)
—
fullwall /
githubweb
- Add deselect() function (commit: 6fc7cb1)
—
fullwall /
githubweb
- Rename AStarNode method for clarity (commit: b86bcfd)
—
fullwall /
githubweb
- Bump phtree dep version (commit: dbaf6f1)
—
fullwall /
githubweb
- Force finish should work for pathfind and non pathfind states (commit: 9265f6c)
—
fullwall /
githubweb
- Force finish wander goal if params change (commit: fd1f177)
—
fullwall /
githubweb
- Don't use guava Function/Supplier (commit: b9424ca)
—
fullwall /
githubweb
- Support --uuid for commands (commit: 3fc6e7c)
—
fullwall /
githubweb
- Temporarily set passablestate to and together all passablestates until a better solution is made (commit: 2696fa4)
—
fullwall /
githubweb
- Just disable the teleport stuck action for wander (commit: 1a58642)
—
fullwall /
githubweb
- Bump block costs by one block, better message colour detection (commit: e55e2f0)
—
fullwall /
githubweb
- Change wandergoal worldguard region to be a supplier (commit: c25ad3e)
—
fullwall /
githubweb
- FollowGoal should continue after first point reached (commit: fdfaff6)
—
fullwall /
githubweb
- Add a simple path following goal (commit: be146e1)
—
fullwall /
githubweb
- Remove debug statement (commit: 0f2326e)
—
fullwall /
githubweb
- Add NPCPistonPushEvent (commit: bb01d82)
—
fullwall /
githubweb
- Add new PlayerFilter method (commit: ae7d4db)
—
fullwall /
githubweb
- Add some parsing (commit: e4bdd06)
—
fullwall /
githubweb
- Add new uuid metho (commit: 1b4be45)
—
fullwall /
githubweb
- Add metadata (commit: f4bdfc4)
—
fullwall /
githubweb
- Add some api to slot (commit: ab4213e)
—
fullwall /
githubweb
- 1.20.1 (commit: f4e4664)
—
fullwall /
githubweb
- Rework knockback/push event (commit: a3d6192)
—
fullwall /
githubweb
- Simplify owner trait slightly (commit: 87110a9)
—
fullwall /
githubweb
- Bump pom.xml (commit: 0f027c6)
—
fullwall /
githubweb
- Change chatcolor import (commit: 4dd0d8a)
—
fullwall /
githubweb
- Duration parser (commit: 440be5e)
—
fullwall /
githubweb
- Implement defaultUnits properly (commit: 8fe92ee)
—
fullwall /
githubweb
- Fix a Java 11 compat issue, add an option for default duration units (commit: 33cdd6f)
—
fullwall /
githubweb
- Fix nullability not being allowed for collections in PersistenceLoader (commit: f8004ec)
—
fullwall /
githubweb
- Rework playerfilter to be a state machine (commit: f8ee5f3)
—
fullwall /
githubweb
- Use full name in npc placeholders (commit: 91b5964)
—
fullwall /
githubweb
- Add implementation-detail methods to PlayerFilter (commit: 5645e14)
—
fullwall /
githubweb
- NPC shop changes (commit: e91e8ab)
—
fullwall /
githubweb
- API changes (commit: 8561f9f)
—
fullwall /
githubweb
- Catch IllegalAccessException for old minecraft versions (commit: a0a08b1)
—
fullwall /
githubweb
- Remove guava Function usage, remove very old ScriptCompiler classloader workaround since Nashorn should be used at all times (commit: 6899444)
—
fullwall /
githubweb
- Add optIn to track trait stats (commit: e147f4b)
—
fullwall /
githubweb
- Remove some deprecated metadata (commit: debb00f)
—
fullwall /
githubweb
- Another attempt at fixing doors (commit: dd6533b)
—
fullwall /
githubweb
- Add API (commit: ccf73ef)
—
fullwall /
githubweb
- Skip loading speech trait (removed) (commit: 54eeedf)
—
fullwall /
githubweb
- Remove VocalChord/SpeechFactory (commit: dd863cc)
—
fullwall /
githubweb
- Update PlayerFilter (commit: bb82f0d)
—
fullwall /
githubweb
- Don't replace @p (commit: ad305bb)
—
fullwall /
githubweb
- Tweak doorexaminer (commit: 18f5ba7)
—
fullwall /
githubweb
- Add playerfilter run (commit: 8783b24)
—
fullwall /
githubweb
- Add new event and API for PlayerFilter (commit: bfcdea3)
—
fullwall /
githubweb
- Check stand ability (commit: 0c15f92)
—
fullwall /
githubweb
- Revert back to old calculation method until API is changed (commit: 1eb93e6)
—
fullwall /
githubweb
- Fix VectorNode (commit: 8ff930f)
—
fullwall /
githubweb
- Add api (commit: ac4fad7)
—
fullwall /
githubweb
- Add new api method (commit: 70dcb95)
—
fullwall /
githubweb
- Use & instead of | for passability state (commit: 203dd44)
—
fullwall /
githubweb
- Clone goal vector (commit: 1d75cd1)
—
fullwall /
githubweb
- Add .yml to build cache (commit: de29466)
—
fullwall /
githubweb
- Trial adding .mvn (commit: ddbb326)
—
fullwall /
githubweb
- Lowercase string components (commit: 78e2c61)
—
fullwall /
githubweb
- Add metadata (commit: 60ea67c)
—
fullwall /
githubweb
- Crude json matching (commit: 95a36a4)
—
fullwall /
githubweb
- Further autocomplete fixes (commit: ade115c)
—
fullwall /
githubweb
- Update requiresNameHologram (commit: b2b300b)
—
fullwall /
githubweb
- Replace with name rather than fullname (commit: 57f454e)
—
fullwall /
githubweb
- Allow some of the generic placeholders to work when only the NPC is specified (commit: 80329ab)
—
fullwall /
githubweb
- Bump pom version (commit: 460c282)
—
fullwall /
githubweb
- Better command autocomplete (commit: a15cd00)
—
fullwall /
githubweb
- Remove NPCEnderTeleportEvent (commit: b82e22b)
—
fullwall /
githubweb
- Placeholder range fix (commit: 20cdf37)
—
fullwall /
githubweb
- Add some new nearest npc id placeholders (commit: 1f4135f)
—
fullwall /
githubweb
- Lock exception stack trace behind debug (commit: 328d03d)
—
fullwall /
githubweb
- Temporarily log number format exceptions (commit: 2c9733e)
—
fullwall /
githubweb
- Add playerfilter API (commit: 3f97618)
—
fullwall /
githubweb
- Add player filter API (commit: 8c8b24b)
—
fullwall /
githubweb
- Relicense to LGPL (commit: 7c65045)
—
fullwall /
githubweb
- Change back (commit: 27dc89d)
—
fullwall /
githubweb
- Minor API changes (commit: c8a5132)
—
fullwall /
githubweb
- Add right click eventual cancellation method (commit: b1c8fc8)
—
fullwall /
githubweb
- Add debug for name parsing (commit: 6e83396)
—
fullwall /
githubweb
- Add placeholders api (commit: c7af9f8)
—
fullwall /
githubweb
- Cancel WanderGoal if paused (commit: 5b5d6bd)
—
fullwall /
githubweb
- Pass teleport cause through (commit: bff1964)
—
fullwall /
githubweb
- More aggressive world culling from locationlookup (commit: 723928f)
—
fullwall /
githubweb
- Add boundingbox method (commit: 6d4d1ac)
—
fullwall /
githubweb
- Push NPC metadata (commit: 871bb53)
—
fullwall /
githubweb
- Remove some exception classes (commit: a1560c0)
—
fullwall /
githubweb
- Add onWorldUnload to locationlookup (commit: 16a413c)
—
fullwall /
githubweb
- Add metadata (commit: 01a6dee)
—
fullwall /
githubweb
- Fix skipped hex code conversion (commit: bc41259)
—
fullwall /
githubweb
- Add missing npc metadata (commit: 3912ab4)
—
fullwall /
githubweb
- Use getFullName for placeholder NPC name (commit: d085549)
—
fullwall /
githubweb
- Move booleanslothandler (commit: 366f5eb)
—
fullwall /
githubweb
- Add some null checks (commit: 1156f74)
—
fullwall /
githubweb
- Shift click context checker (commit: ad9911f)
—
fullwall /
githubweb
- Add new API (commit: 9e674ee)
—
fullwall /
githubweb
- Remove old files (commit: 052b411)
—
fullwall /
githubweb
- Pass shift click events (commit: 5dcebea)
—
fullwall /
githubweb
- Fix idebug (commit: c994ca1)
—
fullwall /
githubweb
- Add EntityDim API (commit: 6c0623c)
—
fullwall /
githubweb
- Inventory trait consistency updates (commit: 6b36d4f)
—
fullwall /
githubweb
- Parse components on load (commit: e1443e9)
—
fullwall /
githubweb
- Add persistence default elision (commit: e7dcc4a)
—
fullwall /
githubweb
- Missing commit (commit: d2acdca)
—
fullwall /
githubweb
- Update inventory trait less frequently (commit: 28efd07)
—
fullwall /
githubweb
- Add some API and remove NPC Metadata Strings (commit: f8f3d10)
—
fullwall /
githubweb
- Add new metadata (commit: efa4600)
—
fullwall /
githubweb
- Support more than 2 compatMaterials (commit: da69e69)
—
fullwall /
githubweb
- Fix test (commit: 150babd)
—
fullwall /
githubweb
- Half-working YamlKey with lists (commit: 121980d)
—
fullwall /
githubweb
- Catch GUIMenu errors and close the menu if they occur (commit: 79d7dd6)
—
fullwall /
githubweb
- Upgrade skull saving (commit: d1bc232)
—
fullwall /
githubweb
- Adjust requiresNameHologram (commit: a2f7286)
—
fullwall /
githubweb
- Convert Citizens2-style color codes (commit: 1abf272)
—
fullwall /
githubweb
- Add marker API to player metadata (commit: d495724)
—
fullwall /
githubweb
- Add per player metadata API (commit: dfb98cd)
—
fullwall /
githubweb
- More name consistency changes (commit: 15a4e79)
—
fullwall /
githubweb
- Add string component cache (commit: 4c3701a)
—
fullwall /
githubweb
- Clear the tree instead of creating new ones (commit: d819ae9)
—
fullwall /
githubweb
- Add NPCRenameEvent (commit: 3ce4c54)
—
fullwall /
githubweb
- Fix some component bugs (commit: eb96177)
—
fullwall /
githubweb
- Convert legacy &# formatting for hex codes (commit: df4877c)
—
fullwall /
githubweb
- Add metadata (commit: fb2563f)
—
fullwall /
githubweb
- Remove Colorizer class (commit: 2a07bb6)
—
fullwall /
githubweb
- Save inventory less frequently (commit: e249110)
—
fullwall /
githubweb
- getValuesDeep now removes all configurationsections from output (commit: bf4186e)
—
fullwall /
githubweb
- Bump pom and add new navigator method (commit: 87de4d4)
—
fullwall /
githubweb
- Minor changes to ItemStorage (commit: 0e64698)
—
fullwall /
githubweb
- Remove double pause on wander goal (commit: b722652)
—
fullwall /
githubweb
- Fix hex color codes not applying formatting reset (commit: 7f4fca7)
—
fullwall /
githubweb
- Remove some outdated API (commit: 7b11cd1)
—
fullwall /
githubweb
- name() not ID (commit: 16f4a03)
—
fullwall /
githubweb
- Remove nameable (commit: 5826721)
—
fullwall /
githubweb
- Add some API for /npc item, cancel item click events if transitioning in inventory GUIs (commit: 917b474)
—
fullwall /
githubweb
- Allow empty persist keys (fixes shop name loading) (commit: 3c02cc4)
—
fullwall /
githubweb
- Add formatting reset to hex color codes (commit: 5c6e397)
—
fullwall /
githubweb
- Add method for updating custom name (commit: bcdf8e5)
—
fullwall /
githubweb
- Make valueType affect persist delegate (commit: 7ba5ef3)
—
fullwall /
githubweb
- Add jd links to adventure (commit: 1f3b0bf)
—
fullwall /
githubweb
- Try to fix hex color code error (commit: 0993f24)
—
fullwall /
githubweb
- Add knockback event (commit: bd32299)
—
fullwall /
githubweb
- Add isPushableByFluid method (commit: 506f1a4)
—
fullwall /
githubweb
- Trial using runtime maven dependencies to reduce jar size (commit: ce3ae14)
—
fullwall /
githubweb
- Add back the unknown command message (commit: 3915724)
—
fullwall /
githubweb
- Make wander goal pausing cancel navigation (commit: c311a30)
—
fullwall /
githubweb
- TraitName annotation should be lowercased (commit: a3a30cc)
—
fullwall /
githubweb
- Add delay to WanderGoal builder (commit: a40fe36)
—
fullwall /
githubweb
- Switch to ifPresent (commit: 6d0aad1)
—
fullwall /
githubweb
- Work towards adding a pathfinding-less version of WanderGoal (commit: 78c1e59)
—
fullwall /
githubweb
- Allow TraitInfo to have an arguments constructor if a supplier is given (commit: b84d7d2)
—
fullwall /
githubweb
- Use minimessage in one more place (commit: ecff976)
—
fullwall /
githubweb
- @Arg should default to null not empty string (commit: 97d167b)
—
fullwall /
githubweb
- Be more flexible in getFullName() too (commit: 9f21659)
—
fullwall /
githubweb
- More sane highlight colour handling (commit: 8c82a5e)
—
fullwall /
githubweb
- Add missing underline conversion chatcolor (commit: 402ae6a)
—
fullwall /
githubweb
- Remove despawn call in destroy (commit: c0f2d27)
—
fullwall /
githubweb
- Add despawn call to destroy() (commit: f0a5e2c)
—
fullwall /
githubweb
- Make all color codes reset formatting directives (commit: 8a360c5)
—
fullwall /
githubweb
- Add text decoration reset tag (commit: ac33673)
—
fullwall /
githubweb
- Narrow shift click in inventory GUI to viewers (commit: da9be4f)
—
fullwall /
githubweb
- Use stringbuffer for Java 8 compat (commit: 285b1bd)
—
fullwall /
githubweb
- Implement minimessage with colorcode converter (commit: 65c5a0c)
—
fullwall /
githubweb
- Check partial args in tab complete (commit: 5ebd178)
—
fullwall /
githubweb
- LoaderOptions doesn't exist in 1.8.8 (commit: 13422a7)
—
fullwall /
githubweb
- Ignore if yamlLoaderOptions haven't been found (commit: 608172c)
—
peridot491 /
githubweb
- Try to increase max codepoint limit for yaml files (commit: 68395e8)
—
fullwall /
githubweb
- Don't error on missing plugin command (commit: 06c8a99)
—
fullwall /
githubweb
- Fix hasCommand (commit: fcf419d)
—
fullwall /
githubweb
- Update README (commit: a34c4dc)
—
fullwall /
githubweb
- Distribution management moved to Jenkins (commit: d7c4a27)
—
fullwall /
githubweb
- Add new repo for testing (commit: 3433836)
—
fullwall /
githubweb
- Update pom.xml (commit: 6d251e9)
—
fullwall /
githubweb
- Implement @Arg for commands (commit: 712f30a)
—
fullwall /
githubweb
- Implement new command value flag parsing API (commit: 42e9218)
—
fullwall /
githubweb
- Use adventure for chat components, modernise translations (commit: e7a5b76)
—
fullwall /
githubweb
- Make ladder climber more specific (commit: 98a2695)
—
fullwall /
githubweb
- Nullcheck entity (commit: aa69e1f)
—
fullwall /
githubweb
- Bump to 1.19.2 (commit: 8181813)
—
fullwall /
githubweb
- Add new colorless method to Messaging (commit: 412fecf)
—
fullwall /
githubweb
- Add new helper methods to navigator (commit: b9882cc)
—
fullwall /
githubweb
- Simplify navigator interface (commit: 99f9c48)
—
fullwall /
githubweb
- Bump pom (commit: a874b78)
—
fullwall /
githubweb
- Add ability to get the DataKey path in Persist values, remove deprecated skin metadata constants (commit: ea9db42)
—
fullwall /
githubweb
- Add setClickHandler (commit: a440030)
—
fullwall /
githubweb
- Alterations to persistence and menus (commit: f38d681)
—
fullwall /
githubweb
- Minor internal changes (commit: 667e8c0)
—
fullwall /
githubweb
- Sources need to be generated for C2 to pick them up (commit: a7625d9)
—
fullwall /
githubweb
- Update pom maven plugin version (commit: 42520b6)
—
fullwall /
githubweb
- Update some javadoc (commit: 7cbaaa0)
—
fullwall /
githubweb
- Add features to PersistenceLoader (commit: 3d19066)
—
fullwall /
githubweb
- Add the title to createInventory (commit: 6edb6a0)
—
fullwall /
githubweb
- Inventory GUI fixes and close doors if finished pathfinding <1.8 blocks from the door (commit: bf51c0c)
—
fullwall /
githubweb
- Inventory GUI bugfixes (commit: bf150a5)
—
fullwall /
githubweb
- Fallback to old style messages (commit: 5121e7f)
—
fullwall /
githubweb
- Add paginator and commandcontext APIs (commit: 5af35f1)
—
fullwall /
githubweb
- Avoid setting inventory contents to inventory view on despawn (commit: 614db47)
—
fullwall /
githubweb
- Make wandergoal use a builder style (commit: 584e778)
—
fullwall /
githubweb
- Add better fallback for 1.8.8 (commit: 67711a9)
—
fullwall /
githubweb
- Fix some bugs with command components and add hasPage to paginator (commit: 596940a)
—
fullwall /
githubweb
- Run page onClick even if event cancelled (commit: 5e0709e)
—
fullwall /
githubweb
- Target 1.13 api (commit: dc7d225)
—
fullwall /
githubweb
- Uncommitted changes (commit: b1b23da)
—
fullwall /
githubweb
- Add canStand**(block) (commit: 9122048)
—
fullwall /
githubweb
- Check WrappedCommandException for numbers (commit: 1a00288)
—
fullwall /
githubweb
- Add some GUI APIs (commit: 6add982)
—
fullwall /
githubweb
- Anvil GUI (commit: fa7afeb)
—
fullwall /
githubweb
- Add new API; disable shift click in inventory GUIs (commit: b1ae6ed)
—
fullwall /
githubweb
- Clarify some javadocs (commit: 4a98b52)
—
fullwall /
githubweb
- Add frog to swimming type (commit: e993de3)
—
fullwall /
githubweb
- Bump maven plugin versions (commit: bd2c050)
—
fullwall /
githubweb
- Including mockito prevents testing dependencies shading (commit: 6fd4c36)
—
fullwall /
githubweb
- Update version (commit: 63edadf)
—
fullwall /
githubweb
- Add singleUse method (commit: 491046c)
—
fullwall /
githubweb
- Lower door open/close volume (commit: 41f8e0b)
—
fullwall /
githubweb
- Make door opening work more consistently (commit: 4a9f254)
—
fullwall /
githubweb
- Remove debug (commit: c4351f8)
—
fullwall /
githubweb
- Use world methods for min/max height (commit: ffe8ea4)
—
fullwall /
githubweb
- Abstract out min/max block y into new api (commit: 54aa3a2)
—
fullwall /
githubweb
- Add new breaker API (commit: 4618468)
—
fullwall /
githubweb
- Add duration parsing code to CommandContext (commit: 8f5d637)
—
fullwall /
githubweb
- Don't special case click handler annotation - fixes /npc equip (commit: 5d55c1b)
—
fullwall /
githubweb
- Fix javadoc for attack range, work on GUI menus (commit: c2af94e)
—
fullwall /
githubweb
- Don't start sneaking for scaffolding until on the block (commit: cafd1b0)
—
fullwall /
githubweb
- Add metadata (commit: ee4591c)
—
fullwall /
githubweb
- Let Equipment trait handle setItemInHand on run() (commit: e7c8876)
—
fullwall /
githubweb
- Remove Rhino debug message, handle shift-click to NPC inventory events in inventory GUIs (commit: ca4302d)
—
fullwall /
githubweb
- Fallback from bounding boxes if using old minecraft (commit: 562b964)
—
fullwall /
githubweb
- Set item in hand less aggressively (commit: baee9f0)
—
fullwall /
githubweb
- Bump pom dep (commit: 737db2c)
—
fullwall /
githubweb
- Fix 1.8 compat (commit: cd2b998)
—
fullwall /
githubweb
- Make equipment update from NPCs (commit: dbf0711)
—
fullwall /
githubweb
- Remove radiusSquared() method in favour of radius (commit: 2b7c759)
—
fullwall /
githubweb
- MetadataStore no longer sets the default value in get() (commit: fb163b8)
—
fullwall /
githubweb
- Simplify swimming examiner, add new method to PathStrategy to get the current move destination (commit: 833a086)
—
fullwall /
githubweb
- Add select API to NPCSelector (commit: ac02f2a)
—
fullwall /
githubweb
- Add documentation to Behavior, use standard name for StatusCoercer (commit: 2cb51da)
—
fullwall /
githubweb
- Fix first time players (commit: 6beacdd)
—
fullwall /
githubweb
- Breaking change; distanceMargin is now measured in blocks rather than blocks squared. Added destinationTeleportMargin for auto-teleporting (commit: 2a1c059)
—
fullwall /
githubweb
- Minor cleanup (commit: 20a3315)
—
fullwall /
githubweb
- Fix logic error for offlineplayer (commit: b1c87df)
—
fullwall /
githubweb
- Fix closing doors in DoorExaminer (ish) (commit: dcae5ab)
—
fullwall /
githubweb
- Remove metadata api from pathpoint (commit: 231b73b)
—
fullwall /
githubweb
- Add null check (commit: dd5a977)
—
fullwall /
githubweb
- Add WIP API to VectorNode (commit: 193e320)
—
fullwall /
githubweb
- Add some new placeholders (commit: 4abea2f)
—
fullwall /
githubweb
- Regex treats the replacement as regex, back to normal string replacement for now (commit: 7eb7494)
—
fullwall /
githubweb
- Add NPC.Metadata enum and packet update delay metadata (commit: 5d8a9d8)
—
fullwall /
githubweb
- Add metadata (commit: 8f6a29c)
—
fullwall /
githubweb
- Add some helper methods to NPC and NPCRegistry (commit: e73e579)
—
fullwall /
githubweb
- Add ability to create click components in Citizens messages (commit: 76790f4)
—
fullwall /
githubweb
- Compile patterns (commit: ded1e42)
—
fullwall /
githubweb
- Cache waterlogged support (commit: 515fd44)
—
fullwall /
githubweb
- Bump pom (commit: 82dd41f)
—
fullwall /
githubweb
- Bump pom (commit: 14b6e9f)
—
fullwall /
githubweb
- Add villager block trades metadata (commit: 4b041f0)
—
fullwall /
githubweb
- Add BoundingBox#Empty (commit: 50934b9)
—
fullwall /
githubweb
- Add missing null check (commit: 4f44070)
—
fullwall /
githubweb
- Null check isOwnedBy (commit: 1d8fb32)
—
fullwall /
githubweb
- Drop owner string from Owner trait (commit: fc065df)
—
fullwall /
githubweb
- Add new onPreSpawn method to trait (commit: 5ee38cc)
—
fullwall /
githubweb
- Check if next is scaffolding too (commit: 798d701)
—
fullwall /
githubweb
- Check next material for scaffolding (commit: 6a93fb8)
—
fullwall /
githubweb
- Add sneak metadata (commit: 81a4ad5)
—
fullwall /
githubweb
- Apply downward force when on scaffolding (commit: 3a745f3)
—
fullwall /
githubweb
- Load CurrentLocation trait first (commit: 1e585c5)
—
fullwall /
githubweb
- Allow GroupNPCFlock to be edited via the getNPCs() list (commit: 25333bb)
—
fullwall /
githubweb
- Update paginator api (commit: c860634)
—
fullwall /
githubweb
- Update to 1.17.1 (commit: 78515d1)
—
fullwall /
githubweb
- Fix worldguard compat (commit: 36fcf76)
—
fullwall /
githubweb
- Work on HPA* (commit: 622629b)
—
fullwall /
githubweb
- Print stacktrace for persistenceloader error (commit: ec9c5d7)
—
fullwall /
githubweb
- Stricter equality requirements for merging stacks in inventory GUIs (commit: 38c75d1)
—
fullwall /
githubweb
- Add error msg for PersistenceLoader save fail (commit: 8102960)
—
fullwall /
githubweb
- Fix incorrect usage of findLastTag in keyExists (commit: fce5495)
—
villainkernelerror /
githubweb
- Add new method for pathfinding checks (commit: dab2387)
—
fullwall /
githubweb
- Add waterlogged support to MinecraftBlockExaminer (commit: 73de052)
—
fullwall /
githubweb
- Update pom.xml (commit: 9e3550d)
—
fullwall /
githubweb
- Better debug output for missing namespace (commit: 81d3170)
—
fullwall /
githubweb
- Add static persistence (commit: 571e11d)
—
fullwall /
githubweb
- Small optimisation to Persistence (commit: 849c850)
—
fullwall /
githubweb
- Add new PathVector API (commit: c98af3f)
—
fullwall /
githubweb
- Try to avoid NaNs in flocker (commit: 3ee4846)
—
fullwall /
githubweb
- Add setDamage(double) to NPCDamageEvent (commit: 2caa57e)
—
fullwall /
githubweb
- Additional Inventory API (commit: 20b7cf8)
—
fullwall /
githubweb
- Add additional inventory API (commit: ee340c9)
—
fullwall /
githubweb
- Add new metadata constant (commit: 6b4cc38)
—
fullwall /
githubweb
- Check for &x and the color char variant (commit: a1a8d15)
—
fullwall /
githubweb
- Implement shift-clicking into GUI menus and forbid dragging in GUI menus (commit: 6959b80)
—
fullwall /
githubweb
- Fix result stack amount calculations (commit: a392c3a)
—
fullwall /
githubweb
- Fix inconsistent api in commandcontext.getSlice (commit: 385b506)
—
fullwall /
githubweb
- Change load order instead (commit: f42a3ed)
—
fullwall /
githubweb
- Save name field instead of getFullName() (commit: de58db9)
—
fullwall /
githubweb
- tryTranslate should use find() rather than matches() (commit: f444292)
—
fullwall /
githubweb
- Allow maxCacheTicks = 0 to disable caching (commit: 6ff83ff)
—
fullwall /
githubweb
- Map persistence should use value as persist type not key (only supports string keys at present) (commit: f423545)
—
fullwall /
githubweb
- Use getBlockData for path debug (commit: 8a7a1f4)
—
fullwall /
githubweb
- Avoid getData call as well (commit: 2676e35)
—
fullwall /
githubweb
- Try to avoid loading legacy materials for slightly longer (commit: 5658d91)
—
fullwall /
githubweb
- Clone cursor instead of creating new stack with missing NBT (commit: e772f57)
—
fullwall /
githubweb
- Add new persist and Inventory GUI API (commit: 6bc7733)
—
fullwall /
githubweb
- Avoid null itemmetas in GUI (commit: 8fe73be)
—
fullwall /
githubweb
- Tweak separation to be less aggressive (commit: ef25c16)
—
fullwall /
githubweb
- Add new registry API (commit: 810a673)
—
fullwall /
githubweb
- Add CommandException to CommandConfigurable (commit: 3ea7dda)
—
fullwall /
githubweb
- Add new MenuSlot API (commit: f3cdf41)
—
fullwall /
githubweb
- Bugfixes for inventory GUI (commit: 0bd3dee)
—
fullwall /
githubweb
- Additional work on inventory GUIs (commit: 573e5e3)
—
fullwall /
githubweb
- Additional work on inventory GUIs (commit: 3946f3f)
—
fullwall /
githubweb
- Add basic injection (commit: 774edba)
—
fullwall /
githubweb
- Further GUI work, tweak navigator API (commit: f4d678c)
—
fullwall /
githubweb
- Fix dim and off-by-one error (commit: 2d2209e)
—
fullwall /
githubweb
- Default clickfilter should be accept all (commit: 58ce063)
—
fullwall /
githubweb
- More work on GUIs (commit: 853ac66)
—
fullwall /
githubweb
- More GUI work (commit: c8e8c69)
—
fullwall /
githubweb
- Add default pattern (commit: f50c2e0)
—
fullwall /
githubweb
- Fix array length (commit: 557e170)
—
fullwall /
githubweb
- More work on menu guis (commit: f199a05)
—
fullwall /
githubweb
- More work on guis (commit: 933e7b0)
—
fullwall /
githubweb
- Add new event (commit: e415663)
—
fullwall /
githubweb
- Update pom version (commit: 0722784)
—
fullwall /
githubweb
- Add @p and %player% as placeholders (commit: f45164f)
—
fullwall /
githubweb
- Fix placeholders (commit: e3d880b)
—
fullwall /
githubweb
- Add new metadata (commit: 4a077f5)
—
fullwall /
githubweb
- Add worldguard region support to wandergoal (commit: d98050c)
—
fullwall /
githubweb
- Begin stubbing menu api (commit: 22cf824)
—
fullwall /
githubweb
- Add new parameter (commit: 02f0812)
—
fullwall /
githubweb
- Add new Navigator APIs (commit: d715cc0)
—
fullwall /
githubweb
- Address #2385 (commit: e0507a7)
—
fullwall /
githubweb
- Convert other placeholders to StringUtils (commit: 8b3ce3c)
—
fullwall /
githubweb
- Use StringUtils.replaceEach (commit: eca344d)
—
fullwall /
githubweb
- Further micro-optimise (commit: aa239e8)
—
fullwall /
githubweb
- Micro-optimise hot path (commit: 07da887)
—
fullwall /
githubweb
- Clone vectors during pathfinding (commit: 678ac65)
—
fullwall /
githubweb
- Add PAPI installed check (commit: 67e6d4d)
—
fullwall /
githubweb
- Add new setAlwaysUseNameHologram method (commit: edae45d)
—
fullwall /
githubweb
- Add hex colour support &#xxxxxx (commit: 9d8b22b)
—
fullwall /
githubweb
- Bump mc version (commit: 6075267)
—
fullwall /
githubweb
- Add &x to requiresNameHologram (commit: b6e0ffd)
—
fullwall /
githubweb
- Compare NPCs by UUID not id + name (commit: e2d3eac)
—
fullwall /
githubweb
- Add Citizens to debug messages (commit: 1d793ca)
—
fullwall /
githubweb
- Make A* pathfinder less permissive with AIR blocks (commit: d516f6e)
—
fullwall /
githubweb
- Serialise skull meta manually (commit: 9f667ec)
—
fullwall /
githubweb
- Add format API (commit: 02aa6eb)
—
fullwall /
githubweb
- Check for chunk loaded status in findValidLocation (commit: aa04597)
—
fullwall /
githubweb
- Use ` instead of ~ for quotes (commit: 09a53b7)
—
fullwall /
githubweb
- Allow tilde to be used as quote character (commit: c459e29)
—
fullwall /
githubweb
- Change missing deprecated methodf (commit: 1ebdc5f)
—
fullwall /
githubweb
- Added new getTrait methods (commit: 7c07d9d)
—
rincewind34 /
githubweb
- Refactoring deprecated method (commit: d741407)
—
rincewind34 /
githubweb
- Changed getTraitSafely to getTraitNullable (commit: 8aa1a31)
—
rincewind34 /
githubweb
- Bump pom to 1.16.3 (commit: 15c21ca)
—
fullwall /
githubweb
- Bump pom (commit: dbd590e)
—
fullwall /
githubweb
- Further adjust swimming preferences (commit: 33ad27a)
—
fullwall /
githubweb
- Let NPCs swim on the top of liquids (commit: c6e2279)
—
fullwall /
githubweb
- LadderClimber should check isClimbable (commit: 83d0cef)
—
fullwall /
githubweb
- Trial fix for ladder climbing (commit: 8868969)
—
fullwall /
githubweb
- Let NPCs climb scaffolding (commit: bd90351)
—
fullwall /
githubweb
- Change private -> protected (commit: 97608ac)
—
fullwall /
githubweb
- Add getName method (commit: 2cb3fea)
—
fullwall /
githubweb
- Prefer graal to nashorn (commit: 5c4a399)
—
fullwall /
githubweb
- Delay cross-world teleports (commit: 6436dd5)
—
fullwall /
githubweb
- Don't call meta.toString (commit: 6ee5c65)
—
fullwall /
githubweb
- Add new event (commit: 3841dd9)
—
fullwall /
githubweb
- Add message for error saving itemmeta (commit: 80320eb)
—
fullwall /
githubweb
- Simplify expr (commit: c3c442f)
—
fullwall /
githubweb
- Update max name lengths (commit: 6d19e23)
—
fullwall /
githubweb
- Add new method for name hologram (commit: 6084f58)
—
fullwall /
githubweb
- Serialise ItemMeta directly (commit: e132de8)
—
fullwall /
githubweb
- Add new BoundingBox methods (commit: 7dffa0b)
—
fullwall /
githubweb
- Run through placeholderAPI even if player is null (commit: 85acae1)
—
fullwall /
githubweb
- Add new event (commit: a7ad510)
—
fullwall /
githubweb
- Migrate PIG_ZOMBIE type in MobType (commit: 47dd771)
—
fullwall /
githubweb
- Add new detach event (commit: 2d01689)
—
fullwall /
githubweb
- Add new NPCRemoveByCommandSenderEvent (commit: a95faef)
—
fullwall /
githubweb
- Simplify door logic (commit: 5b04df4)
—
fullwall /
githubweb
- Just remove the equipment wrappers (commit: e1c8ef1)
—
fullwall /
githubweb
- Try add override annotations (commit: df23d2d)
—
fullwall /
githubweb
- Bump API version (commit: f2eaceb)
—
fullwall /
githubweb
- Fix newline pattern conflicting with new chatcolors (commit: cc91489)
—
fullwall /
githubweb
- Move max name length to util (commit: 5ae1b4a)
—
fullwall /
githubweb
- Bounds checking for inventory (commit: 25f6227)
—
fullwall /
githubweb
- Add new event (commit: 339e5db)
—
fullwall /
githubweb
- Return AIR for materials above y=255 (commit: aae45b7)
—
fullwall /
githubweb
- Expose EntityDeath/EntityDamageEvents directly in NPC event API (commit: b1449e0)
—
fullwall /
githubweb
- Make tab complete ignore brackets (commit: e3d6f6b)
—
fullwall /
githubweb
- New AStarState API (commit: d118b0d)
—
fullwall /
githubweb
- getName() shouldn't call getFullName() (commit: 974b7e7)
—
fullwall /
githubweb
- Make getFullName() return placeholder/coloured name (commit: 42838ce)
—
fullwall /
githubweb
- Bugfixes and micro optimisations (commit: a1f80d7)
—
fullwall /
githubweb
- Add new valueType parameter to @Persist and implement (commit: 0a4010b)
—
fullwall /
githubweb
- isOwnedBy now accepts UUID strings (commit: 55f2bcf)
—
fullwall /
githubweb
- Add new AI API (commit: e5fad8b)
—
fullwall /
githubweb
- Fix value flag autocomplete (commit: 7a37f5f)
—
fullwall /
githubweb
- Make random location range end-inclusive (commit: 3ff8d76)
—
fullwall /
githubweb
- Fix function signature and deprecate skin metadata (commit: 31cb1c2)
—
fullwall /
githubweb
- Add utility methods to pick random locations and migrate WanderGoal to new API (commit: 1fedd98)
—
fullwall /
githubweb
- Tab complete should use the full value flag (commit: 94d0eca)
—
fullwall /
githubweb
- Avoid wandering into water if avoids water is set (commit: b63b399)
—
fullwall /
githubweb
- Enable simple persistence of superclass fields - no uniqueness checking as yet (commit: d87a9e8)
—
fullwall /
githubweb
- Allow private constructors (commit: 321a53b)
—
fullwall /
githubweb
- Use constructor instead of special method in persistence loader (commit: 17b733e)
—
fullwall /
githubweb
- All blocks outside 0-255 should be AIR (commit: c021670)
—
fullwall /
githubweb
- Exclude invalid y values from A* pathfinder (commit: 9d29c1f)
—
fullwall /
githubweb
- Add attribute serialisation for itemstacks (commit: ab0ccde)
—
fullwall /
githubweb
- Rework UUID (commit: 43c802b)
—
fullwall /
githubweb
- Bake UUID support into PersistenceLoader (commit: 1fff14d)
—
fullwall /
githubweb
- Don't validate enchantment levels (commit: 4194145)
—
fullwall /
githubweb
- Reformat project (commit: 139b4c9)
—
fullwall /
githubweb
- Fix wandering within regions (commit: 23f1191)
—
fullwall /
githubweb
- Update pom (commit: 5fc7e4b)
—
fullwall /
githubweb
- Add PlaceholderAPI support (commit: 0d4d061)
—
fullwall /
githubweb
- Add copy() method as a replacement for clone() (commit: b98b4bd)
—
21306592 /
githubweb
- Modernise some pom versions (commit: 59f19d6)
—
fullwall /
githubweb
- More version modernisation (commit: 6a51cbd)
—
fullwall /
githubweb
- Bump version (commit: 948e95a)
—
fullwall /
githubweb
- Fix off by one error in inventory (commit: 3ba184a)
—
fullwall /
githubweb
- Check if NPC's name is too long for an inventory (commit: 32679df)
—
fullwall /
githubweb
- More human readable missing translation message (commit: cca117e)
—
fullwall /
githubweb
- Minor change (commit: af5a082)
—
fullwall /
githubweb
- Rudimentary tab completion for flags (commit: 928dc0c)
—
fullwall /
githubweb
- Implement rudimentary tab completion (commit: b5f2b51)
—
fullwall /
githubweb
- Create FUNDING.yml (commit: 0e6ef58)
—
noreply /
githubweb
- Move isSpawned API to C2 (commit: feb134c)
—
fullwall /
githubweb
- Add additional Messaging support for sorting help commands and editing (commit: c611a0f)
—
fullwall /
githubweb
- Minor fixes to HPAGraph, still need to optimise (commit: f77db02)
—
fullwall /
githubweb
- Try finding the constructor instead of using unsafe reflection (commit: deac714)
—
fullwall /
githubweb
- Add tests, normalise infinite / NaN on location (commit: b174e10)
—
fullwall /
githubweb
- Enable limited array support for persistence (commit: 74f8394)
—
fullwall /
githubweb
- Add new traitfactory method (commit: 65f1a88)
—
fullwall /
githubweb
- DoorExaminer now uses BlockData instead of BlockState (commit: fadce64)
—
35693714+KaruzoDEV /
githubweb
- Added support for versions lower then 1.13 (commit: 2846bef)
—
35693714+KaruzoDEV /
githubweb
- Missing line (commit: 5e180a2)
—
35693714+KaruzoDEV /
githubweb
- Add support for custommodeldata item persisting (commit: 9754a6c)
—
fullwall /
githubweb
- Bump API version (commit: f070a87)
—
fullwall /
githubweb
- Add and implement NPCOpenDoorEvent (commit: 08aace9)
—
fullwall /
githubweb
- Work on HPA* (commit: 78cf164)
—
fullwall /
githubweb
- Add metadata, fix AIOOB in inventory (commit: a842051)
—
fullwall /
githubweb
- Only throw 1.14 API exceptions once (commit: a3c53e8)
—
fullwall /
githubweb
- Add persistence for CrossbowMeta (commit: 0718052)
—
fullwall /
githubweb
- Bump Spigot version (commit: 267a86d)
—
fullwall /
githubweb
- Bump to prerelease spigot (commit: ef6c18e)
—
fullwall /
githubweb
- Add new SpawnReason (commit: 0c35b64)
—
fullwall /
githubweb
- Bump pom (commit: 5e41ef1)
—
fullwall /
githubweb
- Use PhTree instead of ad-hoc implementations (commit: 072ee19)
—
fullwall /
githubweb
- Add delay api (commit: 015a8d2)
—
fullwall /
githubweb
- Add some minor docs (commit: 1fb6715)
—
fullwall /
githubweb
- Bump up default A* storage capacity (commit: 9bf5be3)
—
fullwall /
githubweb
- Adjust default size based on real data (commit: 3123487)
—
fullwall /
githubweb
- Add the building blocks for the HPA* implementation - still unfinished (commit: 2b6ff24)
—
fullwall /
githubweb
- Use centre block for doorexaminer (commit: ce862b4)
—
fullwall /
githubweb
- Use raw type (commit: 5e200d1)
—
fullwall /
githubweb
- Remove bukkit-repo (commit: 12791b9)
—
fullwall /
githubweb
- Update pom (commit: ce8f291)
—
fullwall /
githubweb
- Fix formatting (commit: f0691a3)
—
fullwall /
githubweb
- More javadoc fixes (commit: 4463f32)
—
fullwall /
githubweb
- Remove some malformed javadoc (commit: eba2270)
—
fullwall /
githubweb
- Fix typo (commit: 0f8b5ae)
—
fullwall /
githubweb
- Add maven-source-plugin (commit: 29f1e2c)
—
fullwall /
githubweb
- Re-add missing constants (commit: 9c94075)
—
fullwall /
githubweb
- Add some JavaDoc (commit: 3b23759)
—
fullwall /
githubweb
- DoorOpener should still work if door is removed (commit: 05aea81)
—
fullwall /
githubweb
- A* bugfixc (commit: 77cdcf0)
—
fullwall /
githubweb
- Add helper method (commit: 8911546)
—
fullwall /
githubweb
- Minor perf improvements (commit: 943714b)
—
fullwall /
githubweb
- Flocking changes for testing (commit: d7bbfe3)
—
fullwall /
githubweb
- Fix backwards compat issue with 1.13 (commit: 9d4a2d8)
—
fullwall /
githubweb
- Update pom (commit: dd5adbb)
—
fullwall /
githubweb
- Upgrade pom (commit: 0000380)
—
fullwall /
githubweb
- Upgrade CitizensAPI (commit: be6eb72)
—
fullwall /
githubweb
- Add cloning events (commit: 6d9f7c8)
—
fullwall /
githubweb
- Allow unsafe enchantments, fixes Citizens2#1742 (commit: 5da4745)
—
mcmonkey /
githubweb
- ref 1.13.2, not 1.13.1 (commit: e75f5fc)
—
mcmonkey /
githubweb
- patch inventory copy issues with some mob types, fixes Citizens2#1728 (commit: 7aab5e7)
—
mcmonkey /
githubweb
- Patch issues with inventory trait relating to "/npc inventory" (commit: ccb076e)
—
mcmonkey /
githubweb
- fix minor issue in last commit (skull item handling) (commit: abf7ba0)
—
mcmonkey /
githubweb
- Null check in skull textures (commit: 1589426)
—
fullwall /
githubweb
- Add SkullMetaProvider API (commit: 2c19c8a)
—
fullwall /
githubweb
- Make Javadoc link Spigot classes (commit: 6af6f71)
—
charles.mueller /
githubweb
- Allow diagonal movement with new pathfinder (commit: 937d542)
—
fullwall /
githubweb
- Minor optimisation and WanderGoal API addition (commit: 00b29ab)
—
fullwall /
githubweb
- Add new API for setting default NPCDataStore (commit: ee40924)
—
fullwall /
githubweb
- Remove Eclipse .settings (commit: 9f48926)
—
frelling /
githubweb
- Update .gitignore to prevent .settings (commit: 3597ee6)
—
frelling /
githubweb
- Clean and update the readme (commit: 2ad45b3)
—
noreply /
githubweb
- Change inventory syncing (commit: 21424ee)
—
fullwall /
githubweb
- Remove extraneous sync (commit: 6304233)
—
fullwall /
githubweb
- Fix NPE (commit: fe418b5)
—
fullwall /
githubweb
- Update version (commit: eac445a)
—
fullwall /
githubweb
- Fix item loading (commit: 68a253d)
—
fullwall /
githubweb
- Add SpawnReason and method (commit: ce8796a)
—
fullwall /
githubweb
- Update SwimmingExaminer (commit: afc0c69)
—
fullwall /
githubweb
- Update to 1.13 Minecraft (commit: 91e5805)
—
fullwall /
githubweb
- Preliminary update to Minecraft 1.13 (commit: dbc4209)
—
fullwall /
githubweb
- Save memory in the A* pathfinder by reusing generic info (commit: 01a1781)
—
fullwall /
githubweb
- Update README.md (commit: 77ac314)
—
noreply /
githubweb
- Update README.md (commit: 32cc268)
—
noreply /
githubweb
- 1.8.8 backwards compatibility (commit: d0d4d9b)
—
fullwall /
githubweb
- ( Patch for Citizens2#1455 ) Add NPCDataStore#reloadFromSource() (commit: ac5c649)
—
mcmonkey4eva /
githubweb
- Add some WanderGoal API (commit: 1be8ad3)
—
fullwall /
githubweb
- Fix help header not being capitalised properly (commit: 1a27736)
—
fullwall /
githubweb
- Remove enabled hack from pre-traitnames usage (commit: 160c279)
—
fullwall /
githubweb
- Add some helpers to Commands around flags (commit: c1499d0)
—
fullwall /
githubweb
- Fix AStarNode parenting, add new SwimmingExaminer (commit: 467cf2f)
—
fullwall /
githubweb
- Fix an issue with Sequence not selecting the right goals and an (commit: ca2ffce)
—
fullwall /
githubweb
- Store entity inventory on despawn and expose the Bukkit Inventory view (commit: a316340)
—
fullwall /
githubweb
- Bump Bukkit version (commit: 3efdcce)
—
fullwall /
githubweb
- Remove infinites from yaw and pitch (commit: 1283692)
—
fullwall /
githubweb
- TeleportStuckAction teleports across worlds now (commit: 2bce4aa)
—
fullwall /
githubweb
- Mirror item in hand between Equipment and Inventory traits (commit: 64c9c24)
—
fullwall /
githubweb
- Set equipment slot even if the NPC is not spawned (commit: 03f89de)
—
fullwall /
githubweb
- Use 1.12 (commit: 81d6845)
—
fullwall /
githubweb
- Try moving javadoc config to main build section (commit: a5d655e)
—
fullwall /
githubweb
- Workaround for java 8 (commit: e1a961d)
—
fullwall /
githubweb
- Use stream in flocking (commit: 9e6dce2)
—
fullwall /
githubweb
- Make multiline chat messages have their message colour set correctly (commit: c009be3)
—
fullwall /
githubweb
- Bump version (commit: d01cc4c)
—
fullwall /
githubweb
- Fix cross-world teleport, for (commit: c4dd621)
—
mcmonkey4eva /
githubweb
- Serialise unbreakability, redo formatting (commit: 0ea07c9)
—
fullwall /
githubweb
- Banner base color is optional (commit: 93c8be0)
—
fullwall /
githubweb
- Fix Citizens2 issue #1024 (commit: f44d7fa)
—
fullwall /
githubweb
- Add debug to NavigatorParameters (commit: 093337a)
—
fullwall /
githubweb
- Add UUIDPersister, fix NPC evoker saving, make TeleportStuckAction reuse (commit: a7bf1c2)
—
fullwall /
githubweb
- Don't round Infinite/NaN (commit: 67d5056)
—
fullwall /
githubweb
- Remove old method, fix door materials (commit: eaa53b4)
—
fullwall /
githubweb
- Fix a* (commit: 0a79178)
—
fullwall /
githubweb
- Use valueOf instead of fromName in MobType (commit: 5395245)
—
fullwall /
githubweb
- Whitespace cleanup + bump version to 2.0.21 (commit: a50aa2b)
—
fullwall /
githubweb
- Add MemoryNPCDataStore (commit: 0af6658)
—
fullwall /
githubweb
- Reduce block costs and smooth out flying pathfinding neighbour selection (commit: c6b15ca)
—
fullwall /
githubweb
- Fix missing toLowerCase call in trait (commit: 16e25ab)
—
fullwall /
githubweb
- Remove Listener registration for Goals/Behaviors (commit: ea4d292)
—
fullwall /
githubweb
- Add look at function for pathfinding (commit: 1a1ec1f)
—
fullwall /
githubweb
- Add new API to CitizensNavigator, improve PathCallback memory usage (commit: ef72be2)
—
fullwall /
githubweb
- Add new pathfinding APIs (commit: 88a5945)
—
fullwall /
githubweb
- Fix potion meta serialisation (commit: cb5cd12)
—
fullwall /
githubweb
- Add a secondary cache to the cachingblocksource for A* pathfinnding (commit: 349dca1)
—
fullwall /
githubweb
- Add new metadata constant (commit: d966967)
—
fullwall /
githubweb
- Fix a bug in simplemetadatastore (commit: 9fce987)
—
fullwall /
githubweb
- Change Inventory#getContents to return just the view contents (commit: 21d8ca8)
—
fullwall /
githubweb
- Bump version (commit: d64801f)
—
fullwall /
githubweb
- Update README.md (commit: d6e2037)
—
noreply /
githubweb
- Update README.md (commit: d80eb1a)
—
noreply /
githubweb
- Update README.md (commit: 0da756e)
—
noreply /
githubweb
- Fix @Persist with longs (commit: 7fcd739)
—
fullwall /
githubweb
- Update version number (commit: 28c4810)
—
fullwall /
githubweb
- Add debug file option to messaging (commit: 201a412)
—
fullwall /
githubweb
- Round locations to 4 decimal places to avoid drift (commit: 688840b)
—
fullwall /
githubweb
- Update CitizensAPI version (commit: ee1a618)
—
fullwall /
githubweb
- Add NPCTeleportEvent (commit: 60d59ea)
—
fullwall /
githubweb
- Fix banner loading (commit: 1b69cb1)
—
fullwall /
githubweb
- Serialise BlockStateMeta for Banners (commit: e489256)
—
fullwall /
githubweb
- Fix inventory size bug (commit: 12d4e00)
—
fullwall /
githubweb
- Fix InventoryCloseEvent setting storage contents incorrectly (commit: f868d64)
—
fullwall /
githubweb
- Serialise banner meta (commit: f40179e)
—
fullwall /
githubweb
- EntityTarget should return Entity not LivingEntity (commit: 9a97a63)
—
fullwall /
githubweb
- Fix Inventory trait not setting view contents properly (commit: 2636172)
—
fullwall /
githubweb
- Change Inventory viewing API since Spigot doesn't preserve Inventory (commit: f0f09ea)
—
fullwall /
githubweb
- Inventory views should have a proper size (commit: 17d51a4)
—
fullwall /
githubweb
- Bugfix for inventory trait and new metadata constant (commit: 5472f8d)
—
fullwall /
githubweb
- Fix bug with equipment offhand applying (commit: 076a0da)
—
fullwall /
githubweb
- Add new metadata (commit: 2cf2f88)
—
fullwall /
githubweb
- Remove extra slot for now (commit: b08c257)
—
fullwall /
githubweb
- Add EXTRA equipment slot (commit: 66a2c97)
—
fullwall /
githubweb
- Fix missing break (commit: 7d5936d)
—
fullwall /
githubweb
- Update readme version (commit: 14685cf)
—
mcmonkey /
githubweb
- Fix compile error for newer spigots (commit: 7008432)
—
fullwall /
githubweb
- Serialise stored enchantment meta (commit: dc11e1a)
—
fullwall /
githubweb
- Serialise repair cost (commit: eb15c12)
—
fullwall /
githubweb
- Add NPC#GLOWING_METADATA (commit: 16fe371)
—
fullwall /
githubweb
- Use mcmonkey's version (commit: 3f7a0c9)
—
fullwall /
githubweb
- Try removing the bukkit repo (commit: d50edab)
—
fullwall /
githubweb
- Try mcmonkey's pom (commit: d635b5a)
—
fullwall /
githubweb
- Update pom, partially fix equipment (commit: 48ca572)
—
fullwall /
githubweb
- Correct the pom (commit: 3371620)
—
mcmonkey4eva /
githubweb
- Fix pom and add off hand equipment saving (commit: f884398)
—
fullwall /
githubweb
- Fix pom (commit: c7b6fa5)
—
fullwall /
githubweb
- Add NPCEnderTeleportEvent (commit: 5f26d8a)
—
fullwall /
githubweb
- Prefer nashorn for compiling javascript, throw NSME indirectly in (commit: fcfda3a)
—
fullwall /
githubweb
- Add new DespawnReason.RELOAD and associated helper method (commit: 5359a9d)
—
fullwall /
githubweb
- Remove dummy instance in CitizensAPI (commit: eee985d)
—
fullwall /
githubweb
- Add new annotation-based method to specify trait names (commit: 8b18b42)
—
fullwall /
githubweb
- Minor style change (commit: 6975c66)
—
fullwall /
githubweb
- Allow '-' in value flags. (commit: 72de06a)
—
fullwall /
githubweb
- Euler angle persister (commit: bed35f6)
—
fullwall /
githubweb
- Remove doclint (commit: 45fbb12)
—
fullwall /
githubweb
- Remove deprecated method (commit: 78b6017)
—
fullwall /
githubweb
- Add new entity target mapping API (commit: a6fb623)
—
fullwall /
githubweb
- Add new navigatorparameters settings (commit: 1bc890b)
—
fullwall /
githubweb
- Add deregister trait API (commit: 5afaa6b)
—
fullwall /
githubweb
- Improve separation behaviour for flocking (commit: 7e517da)
—
fullwall /
githubweb
- Formatting (commit: 059c862)
—
fullwall /
githubweb
- add NPC setting for using latest player skin (commit: 8fe6835)
—
jcthepants /
githubweb
- Fix tests (commit: 13f1cf2)
—
fullwall /
githubweb
- Fix typo in typo fix (commit: f2b175f)
—
fullwall /
githubweb
- Fix typo (commit: 47e1b72)
—
fullwall /
githubweb
- Fix deprecation warning (commit: dd8f9bf)
—
fullwall /
githubweb
- Add meta serialisation events (commit: 6a698df)
—
fullwall /
githubweb
- Add blockbreaker API (commit: 22fbac3)
—
fullwall /
githubweb
- Fix some eventlistener memory leaks (commit: e7cc291)
—
fullwall /
githubweb
- Try to clean up some of the assumptions in the behavior tree code (commit: 5cb1167)
—
fullwall /
githubweb
- Use material.isSolid for future proofing (commit: b11cf65)
—
fullwall /
githubweb
- Change Rhino message to be debug level not severe (commit: 20dfd36)
—
fullwall /
githubweb
- Allow Equipment trait to work with ArmorStand NPCs (commit: 84fb1bd)
—
fullwall /
githubweb
- Increase maximum name length for players (commit: 540f240)
—
fullwall /
githubweb
- Handle horse, minecart inventories cleanly (commit: 95e88af)
—
mcmonkey4eva /
githubweb
- Re-bump version number (commit: b334bd0)
—
mcmonkey /
githubweb
- Bump version number (commit: 6d6dac4)
—
fullwall /
githubweb
- Update README.md (commit: d9cb413)
—
fullwall /
githubweb
- API Additions for 202c173c46e4bc33e6a0d05c54dc9b6adc4a5551 (commit: 391ce56)
—
sanjay.govind9 /
githubweb
- Fix inter-registry conflicts (commit: b3aaba2)
—
jcthepants /
githubweb
- Update version (commit: 2bfa5ec)
—
fullwall /
githubweb
- Fix new API compile error (commit: 89693a9)
—
fullwall /
githubweb
- Fix command help requiring citizens. prefix (commit: 8d56329)
—
fullwall /
githubweb
- Test (commit: 999c087)
—
fullwall /
githubweb
- Store AIR items (commit: 579e3e9)
—
fullwall /
githubweb
- Delete QueryRunner.java (commit: 3528e04)
—
fullwall /
githubweb
- 1.8 update (commit: a2163f9)
—
mcmonkey4eva /
githubweb
- Minor cleanup (commit: bd5b225)
—
fullwall /
githubweb
- Fix NBTStorage keyExists (commit: bdabb15)
—
fullwall /
githubweb
- Implement setContents better in the Inventory trait (commit: 7d3b530)
—
fullwall /
githubweb
- Add NavigationStuckEvent (commit: d8204b2)
—
fullwall /
githubweb
- Persistent inventory (commit: 2b01181)
—
fullwall /
githubweb
- Update inventory contents (commit: 8acf930)
—
fullwall /
githubweb
- Add some equipment api methods (commit: cdad679)
—
fullwall /
githubweb
- Fix help commands for specific commands (commit: 26cf4e8)
—
fullwall /
githubweb
- Add skin metadata (commit: 69fb59e)
—
fullwall /
githubweb
- Add get/set UUID methods in owner (commit: e130ad8)
—
fullwall /
githubweb
- Update to MC 1.7.8 (commit: 695a6b1)
—
fullwall /
githubweb
- Remove player skin metadata (commit: ded5c02)
—
fullwall /
githubweb
- Add NPC metadata constants (commit: 1352e87)
—
fullwall /
githubweb
- Add some metadata (commit: 25cd562)
—
fullwall /
githubweb
- Bump version for new MC update (commit: 9c8b636)
—
fullwall /
githubweb
- NPC loads name during load() (commit: 9717b59)
—
fullwall /
githubweb
- Remove door opener from the API to move to implementation (commit: 92d5fe9)
—
fullwall /
githubweb
- UUID validation for owner trait (commit: 8eebda8)
—
fullwall /
githubweb
- Allow climbing on vines (commit: 020aa04)
—
fullwall /
githubweb
- Add door opener for Citizens pathfinder (commit: 2068c55)
—
fullwall /
githubweb
- Make the target the middle of the block rather than the edge (commit: 04c1ff2)
—
fullwall /
githubweb
- Can't jump on cobble walls (commit: 2c45ab6)
—
fullwall /
githubweb
- Allow NPCs to have 64 length names (commit: 2e2c91c)
—
fullwall /
githubweb
- NPCs no longer try to jump over fences with the new pathfinder (commit: f311f65)
—
fullwall /
githubweb
- Slight change to simplemetadatastore (commit: a9bf9c1)
—
fullwall /
githubweb
- Add metadata constant (commit: 63b5282)
—
fullwall /
githubweb
- Add some metadata constants (commit: ef8b67c)
—
fullwall /
githubweb
- Add sound metadata (commit: ef63835)
—
fullwall /
githubweb
- Remove hacky db code (commit: 2046aa9)
—
fullwall /
githubweb
- Update and rename README to README.md (commit: 3e51bda)
—
fullwall /
githubweb
- Update DatabaseStorage.java (commit: c4cf2f3)
—
fullwall /
githubweb
- Fix incorrect database datatype (commit: 6af0dda)
—
fullwall /
githubweb
- Check emptiness instead of existence for UUID (commit: 5ba8457)
—
fullwall /
githubweb
- More quotes in db (commit: 321ca0b)
—
fullwall /
githubweb
- Don't copy UUID (commit: f2d0269)
—
fullwall /
githubweb
- Add new NPCRegistry method (commit: 6bdb377)
—
fullwall /
githubweb
- Add getByUniqueId to NPCRegistry (commit: 8f0507d)
—
fullwall /
githubweb
- Add new parameters in NavigatorParameters, and better path debugging for (commit: 5bb4420)
—
fullwall /
githubweb
- Allow NPCs to pathfind up ladders with the new pathfinder (commit: 0a8ca6e)
—
fullwall /
githubweb
- Don't load UUID if there's no UUID to load (commit: af6f05b)
—
fullwall /
githubweb
- Add some pathfinding helper methods (commit: 77e3a4f)
—
fullwall /
githubweb
- Set maximum force instead of previous hack (commit: e71c33b)
—
fullwall /
githubweb
- Add some miscellaneous utility methods (commit: cc71874)
—
fullwall /
githubweb
- Add UUID to NPC (commit: ed75edf)
—
fullwall /
githubweb
- Stopgap measure to reduce flocker influence (commit: d32d622)
—
fullwall /
githubweb
- Make SimpleNPCDataStore constructor protected (commit: eac9cd6)
—
fullwall /
githubweb
- Add flocking implementation and run callbacks for navigation (commit: 1acea48)
—
fullwall /
githubweb
- Add findValidBlockLocation in MinecraftBlockExaminer (commit: 0fcefd5)
—
fullwall /
githubweb
- Add new helper methods to GoalController to addBehaviors (commit: 8d29243)
—
fullwall /
githubweb
- Add DOUBLE_PLANT to passable block types (commit: de66877)
—
fullwall /
githubweb
- Add attackRange() navigation parameter and isSpawned() now checks (commit: 33c0c1c)
—
fullwall /
githubweb
- Bump version to 2.0.11-SNAPSHOT (commit: bf13b21)
—
fullwall /
githubweb
- Add isPaused() and setPaused(boolean) to Navigator (commit: 1eb3388)
—
fullwall /
githubweb
- Allow all block examiners to influence passability (commit: 2e21f0d)
—
fullwall /
githubweb
- Change the BlockExaminer system to a tristate (commit: aa341e2)
—
fullwall /
githubweb
- Add NPC#isSorted() and move some CitizensNPC methods into AbstractNPC (commit: f9708d9)
—
fullwall /
githubweb
- Add NPCDamageEntityEvent and some metadata (commit: adaa1f8)
—
fullwall /
githubweb
- Add a metadata marker for swimming (commit: 16706ca)
—
fullwall /
githubweb
- Improve Nashorn support for scripting, make getBehaviors() public in (commit: 0374471)
—
fullwall /
githubweb
- Migration methods for Speech API (commit: 4f9907e)
—
fullwall /
githubweb
- Add isFlyable and setFlyable to NPC (commit: b1d8ba7)
—
fullwall /
githubweb
- Deprecate getBukkitEntity() in favour of new getEntity() call (commit: 225ac8e)
—
fullwall /
githubweb
- Add FlyingBlockExaminer and fix an issue with cloning (commit: 9c9e250)
—
fullwall /
githubweb
- Format (commit: eea753c)
—
fullwall /
githubweb
- Increment version number (commit: 87050c3)
—
fullwall /
githubweb
- Breaking change: add new NPCRegistry param to AbstractNPC constructor to (commit: 6d3994e)
—
fullwall /
githubweb
- Fix pom.xml (commit: 32de6a8)
—
fullwall /
githubweb
- New pathfinder no longer considers diagonals (commit: 187298e)
—
fullwall /
githubweb
- Remove NPCVehicleExitEvent (commit: 6256b35)
—
fullwall /
githubweb
- Fix CommandContext not removing the ending quote (commit: d29bef6)
—
fullwall /
githubweb
- Implement hashCode() and equals() in AbstractNPC (commit: 641f2fc)
—
fullwall /
githubweb
- Add NPCVehicleExitEvent (commit: fd2c5de)
—
fullwall /
githubweb
- Force AStarNode subclasses to override hashCode and equals (commit: dd0d6e2)
—
fullwall /
githubweb
- Allow --id in non-selected requirements (commit: 598fa65)
—
fullwall /
githubweb
- Add NPCTraitCommandAttachEvent (commit: 2c7393f)
—
fullwall /
githubweb
- Changes to NBTStorage (commit: 940f444)
—
fullwall /
githubweb
- Implement setRaw for NBTStorage (commit: 2063908)
—
fullwall /
githubweb
- Fix NBTStorage (commit: 2334194)
—
fullwall /
githubweb
- Add casting helper method to DataKey (commit: 92d70ac)
—
fullwall /
githubweb
- Remove usages of Entity#teleport (commit: 3e7b3d7)
—
fullwall /
githubweb
- Add NPC#teleport (commit: b62cd56)
—
fullwall /
githubweb
- Add some convenience methods (commit: 7dfcd0a)
—
fullwall /
githubweb
- Allow help to be overridden for custom help (commit: 9e3f195)
—
fullwall /
githubweb
- Generate help modifier automatically for commands (commit: 352aa2c)
—
fullwall /
githubweb
- Possible fix for forgotten traits. (commit: a8b6587)
—
jeremy /
githubweb
- Add some helper methods to Region3D (commit: f4bac0d)
—
fullwall /
githubweb
- More efficient use of MinecraftBlockExaminer in WanderGoal (commit: 8d9cd1e)
—
fullwall /
githubweb
- Add some methods for controlling the current goal execution (commit: 1980e98)
—
fullwall /
githubweb
- Separate NPC from SimpleMetadataStore, allow double precision in --at (commit: e2ab3dc)
—
fullwall /
githubweb
- Remove w@ prefix (commit: 0929f49)
—
fullwall /
githubweb
- WanderGoal now uses the MinecraftBlockExaminer, Denizen location format (commit: ea61c34)
—
fullwall /
githubweb
- Replace l@ in --at parser (commit: b30e69f)
—
fullwall /
githubweb
- Allow , and : to be used for --at (commit: 5406251)
—
fullwall /
githubweb
- Refactor load method up into AbstractNPC in preparation for further (commit: 657b727)
—
fullwall /
githubweb
- Add some helper methods in NPC (commit: ec16055)
—
fullwall /
githubweb
- Add Empty and IfElse (commit: 157f80a)
—
fullwall /
githubweb
- Truncate name lengths to 16 in AbstractNPC (commit: 9069411)
—
fullwall /
githubweb
- Update pathfinder to use distance rather than distanceSquared (commit: c3b07a5)
—
fullwall /
githubweb
- Add MobType trait on spawn (commit: f64971b)
—
fullwall /
githubweb
- Make sure old IDs are fixed up (commit: 6aac23c)
—
fullwall /
githubweb
- Fix createUniqueId() (commit: c1a8886)
—
fullwall /
githubweb
- Add NPC#TARGETABLE_METADATA (commit: 1b4cab5)
—
fullwall /
githubweb
- Expose the Citizens attack strategy in NavigatorParameters (commit: e7759fa)
—
fullwall /
githubweb
- Add simple Region3D class for easier 3D regions with PRTrees, add (commit: e44f8d3)
—
fullwall /
githubweb
- More descriptive message when Rhino classes fail to be found (commit: a677bbe)
—
fullwall /
githubweb
- Add NPC#RESPAWN_DELAY_METADATA (commit: f771c6c)
—
fullwall /
githubweb
- Fix the ScriptCompiler (commit: fea26b8)
—
fullwall /
githubweb
- Allow any command to have its sender location manually specified from (commit: 04f4792)
—
fullwall /
githubweb
- Implement equals() and hashCode() in YamlStorage and its YamlKey (commit: 9d83e4a)
—
fullwall /
githubweb
- PersistenceLoader now works with enums in the generic types of fields, (commit: e560f8e)
—
fullwall /
githubweb
- Fix leash protected metadata (commit: 90b4f1e)
—
fullwall /
githubweb
- Add LEASH_PROTECTED_METADATA (commit: f945a86)
—
fullwall /
githubweb
- Add new navigator parameter (commit: 75a0b62)
—
fullwall /
githubweb
- Increase A* pathfinder accuracy by switching back to distance squared (commit: 9c169b0)
—
fullwall /
githubweb
- Add getWorld() to BlockSource, fix NPC#setName not updating the entity (commit: 3109fee)
—
fullwall /
githubweb
- Update version to 2.0.9-SNAPSHOT (commit: 85d6dc9)
—
fullwall /
githubweb
- Fix test (commit: 0804782)
—
fullwall /
githubweb
- Don't cull the path (may reinstate this later) (commit: 8248b76)
—
fullwall /
githubweb
- Change for Bukkit damage event (commit: cf4ec5e)
—
fullwall /
githubweb
- Add new createUniqueId method to NPCDataStore and implement it to return (commit: d3282ce)
—
fullwall /
githubweb
- Remove transferOld (commit: e090387)
—
fullwall /
githubweb
- More transferOld workarounds (commit: bba59d6)
—
fullwall /
githubweb
- Empty strings aren't allowed in transferOld (commit: e6bdfb8)
—
fullwall /
githubweb
- Add NPC#getStoredLocation (commit: abdb09a)
—
fullwall /
githubweb
- Mirror NPC metadata to Bukkit metadata (commit: ad59c6d)
—
fullwall /
githubweb
- Add Messaging#isDebugging (commit: 0e379a8)
—
fullwall /
githubweb
- Fixed reading and writing of book pages. (commit: 6bd0cb7)
—
mrk.Maher /
githubweb
- Add FileStorage, new built in goals (commit: c360e93)
—
fullwall /
githubweb
- Remove what seems to be unnecessary toLowerCase() when setting owner's (commit: 8c2c625)
—
jeremy /
githubweb
- Add setBukkitEntityType(EntityType) to NPC. Fixes CITIZENS-527 (commit: 63c8b1d)
—
fullwall /
githubweb
- Minimise dependencies and some source code (commit: 7adf700)
—
fullwall /
githubweb
- Revamp scripting API to simplify it (commit: b66767a)
—
fullwall /
githubweb
- Add setTarget(Entity) to Navigator (commit: 23610ad)
—
fullwall /
githubweb
- Minor additions to YamlStorage (commit: 9fba2ab)
—
fullwall /
githubweb
- Moved to 2.0.8 for MC1.5 (commit: a1f0385)
—
agentkid20 /
githubweb
- Add range API to WanderGoal (commit: 13c920f)
—
fullwall /
githubweb
- Add new DespawnReasons (commit: db06b62)
—
fullwall /
githubweb
- Add ScriptCompiler method (commit: 5e51127)
—
fullwall /
githubweb
- Fix StackOverflow exception (commit: 18eaf51)
—
fullwall /
githubweb
- Transfer old data keys to prevent data loss (commit: 65eafd0)
—
fullwall /
githubweb
- Moved prtree to new package to avoid classloader issues, add WanderGoal (commit: aaf6895)
—
fullwall /
githubweb
- Fix CITIZENS-480 (use IDs for item storage instead of Material names) (commit: 30b6660)
—
fullwall /
githubweb