Logo
Explore Help
Register Sign In
Limework
/
RediSkript
2
1
Fork
You've already forked RediSkript
0
Code Issues 2 Pull Requests Projects Releases 12 Wiki Activity

Releases Tags

  • Stable 1.3.6 ac6fe6cb99
    1.0.0-SNAPSHOT
    1.0.1-SNAPSHOT
    1.0.2-SNAPSHOT
    1.0.3-SNAPSHOT
    1.0.3-fix1-SNAPSHOT
    1.0.3-fix2-SNAPSHOT
    1.1.1
    1.2.0
    1.2.1
    1.2.2
    1.2.3
    1.2.5
    1.3.0
    1.3.1
    1.3.2
    1.3.3
    1.3.4
    1.3.5
    1.3.6
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    1.3.6 - Dependency update & Bug fix

    Govindas released this 6 months ago | 2 commits to master since this release

    ham1255: Updated dependencies, made redis connection to be able to work without password, enabled dependencies, made config more bug-proof.

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • 1.2 MiB RediSkript-bukkit-1.3.6-SNAPSHOT.jar
     
  • Stable 1.3.5 5db2e01eab
    1.0.0-SNAPSHOT
    1.0.1-SNAPSHOT
    1.0.2-SNAPSHOT
    1.0.3-SNAPSHOT
    1.0.3-fix1-SNAPSHOT
    1.0.3-fix2-SNAPSHOT
    1.1.1
    1.2.0
    1.2.1
    1.2.2
    1.2.3
    1.2.5
    1.3.0
    1.3.1
    1.3.2
    1.3.3
    1.3.4
    1.3.5
    1.3.6
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    1.3.5

    Govindas released this 11 months ago | 6 commits to master since this release

    Updated dependencies for security and added ability to add/remove numbers to variables in other servers, for example:

    add 100 to variables "-test" and "-test2" in channel "global"
    remove 100 from variable "-test" in channel "global"
    add 4.5 to variable "-test" in channel "global"
    

    Only numbers can be added/removed for now, because it does not make much sense to add/remove anything else than numbers to variables.

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
     
  • Stable 1.3.4 b9d74c14dd
    1.0.0-SNAPSHOT
    1.0.1-SNAPSHOT
    1.0.2-SNAPSHOT
    1.0.3-SNAPSHOT
    1.0.3-fix1-SNAPSHOT
    1.0.3-fix2-SNAPSHOT
    1.1.1
    1.2.0
    1.2.1
    1.2.2
    1.2.3
    1.2.5
    1.3.0
    1.3.1
    1.3.2
    1.3.3
    1.3.4
    1.3.5
    1.3.6
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    1.3.4

    Govindas released this 1 year ago | 9 commits to master since this release

    Small improvements, like /reloadredis won't appear in bukkit's /help command for regular players anymore

    Updated Jedis dependency to 3.7.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
     
  • Stable 1.3.3 470104fc93
    1.0.0-SNAPSHOT
    1.0.1-SNAPSHOT
    1.0.2-SNAPSHOT
    1.0.3-SNAPSHOT
    1.0.3-fix1-SNAPSHOT
    1.0.3-fix2-SNAPSHOT
    1.1.1
    1.2.0
    1.2.1
    1.2.2
    1.2.3
    1.2.5
    1.3.0
    1.3.1
    1.3.2
    1.3.3
    1.3.4
    1.3.5
    1.3.6
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    1.3.3 - Major bugfixes

    GovindasOM released this 2 years ago | 39 commits to master since this release

    • Fixed a bug where /reloadredis was throwing an exception if previous connection wasn't successful

    • Fixed a bug where setting "variables::*' with redis had unexpected behavior, they now work correctly

    • Reduced default timeout from 90 seconds to 9 seconds as 90 seconds was overkill

    • Removed debugMode added by ham1255, now all exceptions will be sent to console properly, much easier to find issues

    • Increased stability of the plugin

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
     
  • Stable 1.3.2 358aa66566
    1.0.0-SNAPSHOT
    1.0.1-SNAPSHOT
    1.0.2-SNAPSHOT
    1.0.3-SNAPSHOT
    1.0.3-fix1-SNAPSHOT
    1.0.3-fix2-SNAPSHOT
    1.1.1
    1.2.0
    1.2.1
    1.2.2
    1.2.3
    1.2.5
    1.3.0
    1.3.1
    1.3.2
    1.3.3
    1.3.4
    1.3.5
    1.3.6
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    reload hotfix update

    ham1255 released this 2 years ago | 41 commits to master since this release

    • redis controller is completely rewritten which now reconnect perfectly on redis failure (crash or network hiccup)

    • improved code quality

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
     
  • Pre-Release 1.3.1 2d5d281fe4
    1.0.0-SNAPSHOT
    1.0.1-SNAPSHOT
    1.0.2-SNAPSHOT
    1.0.3-SNAPSHOT
    1.0.3-fix1-SNAPSHOT
    1.0.3-fix2-SNAPSHOT
    1.1.1
    1.2.0
    1.2.1
    1.2.2
    1.2.3
    1.2.5
    1.3.0
    1.3.1
    1.3.2
    1.3.3
    1.3.4
    1.3.5
    1.3.6
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    The Ultimate Reload Bugfix Update (not really)

    GovindasOM released this 2 years ago | 64 commits to master since this release

    • Fixed a connection leak in /reloadredis, you can now finally use this command safely without it causing any issues

    • Made /reloadredis command to reload stuff asynchronously so it doesn't block server's main thread

    • Highly improved code quality

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
     
  • Stable 1.3.0 2140cd67ff
    1.0.0-SNAPSHOT
    1.0.1-SNAPSHOT
    1.0.2-SNAPSHOT
    1.0.3-SNAPSHOT
    1.0.3-fix1-SNAPSHOT
    1.0.3-fix2-SNAPSHOT
    1.1.1
    1.2.0
    1.2.1
    1.2.2
    1.2.3
    1.2.5
    1.3.0
    1.3.1
    1.3.2
    1.3.3
    1.3.4
    1.3.5
    1.3.6
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    Added easy way to manage variables between servers!

    GovindasOM released this 2 years ago | 67 commits to master since this release

    • Added a way to SET/DELETE variables between servers! Currently ADD/REMOVE operations and multiple changers aren't supported due to that I didn't find how to support these yet without causing issues, so I'll mark this feature as BETA, it'll be improved in the future.

    You already could do this with redis messages, but it was more complicated, this update makes the addon more newbie-friendly.

    Managing variables:

    set variables "test::1", "test::2", "test::3" in channel "global" to 100
    #then use this in any server that listens to "global" redis channel and was online when the above line was executed:
    send "%{test::*}%" #outputs 100, 100 and 100
    
    delete variables "test::*" in channel "global"
    
    set variable "test::%uuid of player%" in channel "playerdata" to tool of player
    #then you can in any server that is listening to "playerdata" channel and was online when the above line was executed:
    give {test::%uuid of player%} to player
    

    Syntax:

    variable[s] %strings% in [redis] [channel] %string%
    

    Other Changes

    • Fixed an error on server shutdown when there's high ping to redis server

    • Fixed a few little bugs

    • Added ability to send multiple redis messages in one go to save performance:

    send redis messages "hello", "bye", "hi again" to channel "welcome"
    
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
     
  • Stable 1.2.5 705ce16f5d
    1.0.0-SNAPSHOT
    1.0.1-SNAPSHOT
    1.0.2-SNAPSHOT
    1.0.3-SNAPSHOT
    1.0.3-fix1-SNAPSHOT
    1.0.3-fix2-SNAPSHOT
    1.1.1
    1.2.0
    1.2.1
    1.2.2
    1.2.3
    1.2.5
    1.3.0
    1.3.1
    1.3.2
    1.3.3
    1.3.4
    1.3.5
    1.3.6
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    Finally fixed a lot of problems

    GovindasOM released this 2 years ago | 78 commits to master since this release

    I found a lot of issues in the last release, so it is highly recommended that you update to this version (1.2.5)

    • Fixed plugin not registering syntaxes correctly

    • Fixed very rare server freeze possibility (noticed after using it in 4 servers over a week)

    Sorry for the inconvenience, but this is my first public plugin and I keep accidentally leaving some things not working correctly

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
     
  • Stable 1.2.2 211a45ee52
    1.0.0-SNAPSHOT
    1.0.1-SNAPSHOT
    1.0.2-SNAPSHOT
    1.0.3-SNAPSHOT
    1.0.3-fix1-SNAPSHOT
    1.0.3-fix2-SNAPSHOT
    1.1.1
    1.2.0
    1.2.1
    1.2.2
    1.2.3
    1.2.5
    1.3.0
    1.3.1
    1.3.2
    1.3.3
    1.3.4
    1.3.5
    1.3.6
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    Various improvements

    GovindasOM released this 2 years ago | 80 commits to master since this release

    • Fixed a bug where you couldn't send Redis messages in the "on skript unload" event due to the Redis connection being closed too early

    • Improved console messages

    • Improved code quality

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
     
  • Stable 1.2.1 7849efd866
    1.0.0-SNAPSHOT
    1.0.1-SNAPSHOT
    1.0.2-SNAPSHOT
    1.0.3-SNAPSHOT
    1.0.3-fix1-SNAPSHOT
    1.0.3-fix2-SNAPSHOT
    1.1.1
    1.2.0
    1.2.1
    1.2.2
    1.2.3
    1.2.5
    1.3.0
    1.3.1
    1.3.2
    1.3.3
    1.3.4
    1.3.5
    1.3.6
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    Make event synchronous

    GovindasOM released this 2 years ago | 92 commits to master since this release

    This update makes "on redis message" event to be synchronous, which makes the code within it thread-safe (some things didn't work correctly in this event before, due to it being asynchronous)

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
     
First Previous 1 2 Next Last
Powered by Gitea Version: 1.18.0 Page: 15ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API