-
Notifications
You must be signed in to change notification settings - Fork 123
Update Commands #89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ghost
wants to merge
72
commits into
DynoCC:master
Choose a base branch
from
unknown repository
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update Commands #89
Changes from all commits
Commits
Show all changes
72 commits
Select commit
Hold shift + click to select a range
6ffadc4
Create Modules
OG-Nimbi d7edba6
Update Commands
OG-Nimbi 6a1e1ae
Update README.md
OG-Nimbi b0d44c7
Update README.md
OG-Nimbi 2ce7379
Merge branch 'master' of https://github.com/Discord-Coding-Community/…
OG-Nimbi 190169d
Update README.md
OG-Nimbi 211c20f
Update Commands
OG-Nimbi 8f300c7
Merge branch 'master' of https://github.com/Discord-Coding-Community/…
OG-Nimbi 7dac545
Update rpg-setup.txt
OG-Nimbi 887a346
Update rpg-setup.txt
OG-Nimbi 3b3818f
Update rpg-setup.txt
OG-Nimbi 8195494
Update rpg-setup.txt
OG-Nimbi 6519ddb
Update profiles-setup.txt
OG-Nimbi bd3c8a0
Update Commands
OG-Nimbi b2f926e
Update report.txt
OG-Nimbi 1cc4a10
Update Commands
OG-Nimbi 25eed9b
Update deathmatch.txt
OG-Nimbi c370bf7
Update rpg-setup.txt
OG-Nimbi 14d6de8
Update profiles-setup.txt
OG-Nimbi 685bd73
Update reports-setup.txt
OG-Nimbi ebf984d
Update Commands
OG-Nimbi ef57bd8
Update profile.txt
OG-Nimbi 2c66d66
Create rpg.txt
OG-Nimbi 8606b41
Update Commands
OG-Nimbi ddcf354
Update rpg-setup.txt
OG-Nimbi d2b0f4a
Update rpg-setup.txt
OG-Nimbi 9cad60c
Update rpg-setup.txt
OG-Nimbi e72c600
Update rpg-setup.txt
OG-Nimbi d24ca35
Update commands
OG-Nimbi 8e2f91e
Update README.md
OG-Nimbi 74ccc98
Delete rpg-setup.txt
OG-Nimbi 1966ea6
Update README.md
OG-Nimbi cba82ad
Delete Reports Module
OG-Nimbi 959596d
Create dyno-rpg.txt
OG-Nimbi 3176587
Update README.md
OG-Nimbi 38bf34b
Update README.md
OG-Nimbi d8339f7
Update README.md
OG-Nimbi bbf84e9
Update profiles-setup.txt
OG-Nimbi 25a3ff4
Update profiles-setup.txt
OG-Nimbi 3fe9396
Delete Profiles module
OG-Nimbi a6acadd
Update README.md
OG-Nimbi 9ecb1f6
Update README.md
OG-Nimbi 51283c5
Create unregister.txt
OG-Nimbi 8b052fd
Update unregister.txt
OG-Nimbi c723efb
Update unregister.txt
OG-Nimbi e021636
Update README.md
OG-Nimbi ccc7d9d
Update Fun Commands/Mini-Games/Dyno-RPG/README.md
OG-Nimbi fbcf31c
Update Fun Commands/Mini-Games/Dyno-RPG/rpg-help.txt
OG-Nimbi c32ce04
Update unregister.txt
OG-Nimbi 98ff517
Update rpg-help.txt
OG-Nimbi bb36e87
Update Fun Commands/Mini-Games/Dyno-RPG/cointoss.txt
OG-Nimbi 8d13906
Update README.md
OG-Nimbi 370b254
Update Fun Commands/Mini-Games/Dyno-RPG/README.md
OG-Nimbi 240fac8
Update Fun Commands/Mini-Games/Dyno-RPG/README.md
OG-Nimbi 225dc99
Update Fun Commands/Mini-Games/Dyno-RPG/README.md
OG-Nimbi 647230c
Update rpg-help.txt
OG-Nimbi cb0f62f
Update rpg-help.txt
OG-Nimbi 393d9e2
Update treat.txt
OG-Nimbi f625d5d
Update fester.txt
OG-Nimbi 0c869cd
Update raise.txt
OG-Nimbi 55e56e4
Update raise.txt
OG-Nimbi a31cbcf
Update cure.txt
OG-Nimbi 4337472
Update divinecure.txt
OG-Nimbi d695cf6
Update treat.txt
OG-Nimbi 9082b42
Update dyno-rpg.txt
OG-Nimbi c99f30b
Update plague.txt
OG-Nimbi b1ed8c2
Update register.txt
OG-Nimbi e55b624
Update unregister.txt
OG-Nimbi 19695da
Update README.md
OG-Nimbi bd659c7
Update README.md
OG-Nimbi d83ac69
Update README.md
OG-Nimbi 891ae90
Update cointoss.txt
OG-Nimbi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{!role {user} -Infected} | ||
{!role {user} -Bleeding} | ||
{user} cured themselves! | ||
{delete} | ||
{require: Adventurer} | ||
{!role -Infected} | ||
{!role -Bleeding} | ||
{!role -Haunted} | ||
{!announce:#world-gates} | ||
**{user.username}** has used cure! | ||
**{user.username}**'s status ailments are now cured! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
{choose:coin toss;roulette;insults} | ||
{delete} | ||
{silent} | ||
{require: Adventurer} | ||
{require: #the-deathpits} | ||
{choose:coin toss;insults} | ||
{!announce:#the-deathpits} | ||
**{user.username}** has challenged **$1** to a deathmatch! The trial will be {choice}! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,16 @@ | ||
{delete} | ||
{require: serverMod} | ||
{require: #divine-council} | ||
{!role {&Adventurer} -Infected} | ||
{!role {&Adventurer} -Blighted} | ||
{!role {&Adventurer} -Festered} | ||
{!role {&Adventurer} -Bleeding} | ||
{!role {&Adventurer} -Cursed} | ||
{!role {&Adventurer} -Sacrificed} | ||
{!role {&Adventurer} -Deceased} | ||
{!role {&Adventurer} -Haunted} | ||
{!role {&Adventurer} -Undead} | ||
{!announce:#world-gates} | ||
The Divine Council has spoken... | ||
A Divine blessing has been sent down on all Adventurers | ||
A Divine blessing has been sent down on all Adventurers! | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{delete} | ||
{require: serverAdmin} | ||
{!cc $1 blight} | ||
{!cc $1 cointoss} | ||
{!cc $1 cure} | ||
{!cc $1 curse} | ||
{!cc $1 deathmatch} | ||
{!cc $1 divinecure} | ||
{!cc $1 fester} | ||
{!cc $1 infect} | ||
{!cc $1 insult} | ||
{!cc $1 plague} | ||
{!cc $1 raise} | ||
{!cc $1 register} | ||
{!cc $1 rpg-help} | ||
{!cc $1 sacrifice} | ||
{!cc $1 stab} | ||
{!cc $1 treat} | ||
{!announce:#divine-council} | ||
**Dyno RPG** commands have been $1d. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
{delete} | ||
{silent} | ||
{require: Adventurer} | ||
{!role $1 +Infected} | ||
$1 has been infected.... Well that just happened.... | ||
https://i.imgur.com/dSg94xA.gif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
{delete} | ||
{require: Infected} | ||
{!role all +Infected} | ||
An infected Adventurer is spreading a plague! We're all doomed! DOOMED I SAY! | ||
{!announce:#world-gates} | ||
**$1** is spreading a plague! We're all doomed! DOOMED I SAY! | ||
https://imgix.kotaku.com.au/content/uploads/sites/3/2018/06/14/rc4b4axabgiah1oyyqjd.gif?ar=16%3A9&auto=format&fit=crop&q=65&w=720&nrs=40&fm=gif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
{delete} | ||
{require: Adventurer} | ||
{!role $1 -Blighted} | ||
{!role $1 -Festered} | ||
{!role $1 -Cursed} | ||
{!role $1 -Sacrificed} | ||
{dm:$1} Looks like someone is looking out for you in this forsaken world... | ||
You have been raised from the dead. | ||
{!role $1 -Deceased} | ||
{!role $1 -Undead} | ||
{!role $1 -Haunted} | ||
{!announce:#world-gates} | ||
This conversation was marked as resolved.
Show resolved
Hide resolved
|
||
**{user.username}** has cast raise on **$1** | ||
https://media.tenor.com/images/bdd02132633a1881605b95d44f87dc91/tenor.gif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
{delete} | ||
{!role {user} +Adventurer} | ||
Welcome to the world of **Avelon**, {user.username}! | ||
{!announce:#world-gates} | ||
Welcome to the world of Avelon, {user.username}! | ||
|
||
This is a cruel world that the gods have long since forsaken. Darkness and torment lies around every corner, and I cannot guarantee that you will maintain your sanity. But rest assured, the **Divine Council** will watch over you. | ||
This is a cruel world that the gods have long since forsaken. Darkness and torment lies around every corner, and I cannot guarantee that you will maintain your sanity. But rest assured, the Divine Council will watch over you. | ||
|
||
Now, head forth with caution young Adventurer, and claim your place in this forsaken world. | ||
|
||
Type `?rpg-cmds` to see a list of available commands. | ||
Type `?rpg-help` to see a list of available commands. | ||
http://37.media.tumblr.com/f905ddeaa5d2ae2d7a61b9c0ff978c50/tumblr_n5wjnuMD5j1s1o3y3o1_500.gif |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.