Skip to content

chanz/infinite-jumping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

infinite-jumping

This is a SourceMod plugin it lets users auto jump and/or double jump in mid air, when holding down the jump button. AlliedModders Thread: https://forums.alliedmods.net/showthread.php?t=132391

Merging smlib updates

To update smlib: We will merge the latest smlib/feature-pluginmanager into addons/sourcemod. Commit messages are squashed, that means the history of feature-pluginmanager is compressed to one commit.

git remote add smlib git@github.com:bcserv/smlib.git
// fetch the latest changes to the target branch
git fetch smlib feature-pluginmanager
// folder addons/sourcemod must exist!
git merge --squash -srecursive -Xsubtree=addons/sourcemod --strategy-option theirs  smlib/feature-pluginmanager

About

This is a SourceMod plugin it lets users auto jump and/or double jump in mid air, when holding down the jump button.

Resources

License

Stars

Watchers

Forks

Packages

No packages published