Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Help with Script.json scripts

1609969406
Articblast
Pro
API Scripter
I recently put my first Pull Request to have some scripts added to the&nbsp; roll20-api-scripts repo. However, I think I may have messed up the configurations in the script.json files because they are not showing up in Script Library dropdown. Here are the scripts I added: <a href="https://github.com/Roll20/roll20-api-scripts/tree/master/RatWorkshop_DungeonMasterTools" rel="nofollow">https://github.com/Roll20/roll20-api-scripts/tree/master/RatWorkshop_DungeonMasterTools</a> <a href="https://github.com/Roll20/roll20-api-scripts/tree/master/RatWorkshop_Barbarian" rel="nofollow">https://github.com/Roll20/roll20-api-scripts/tree/master/RatWorkshop_Barbarian</a> <a href="https://github.com/Roll20/roll20-api-scripts/tree/master/RatWorkshop_Paladin" rel="nofollow">https://github.com/Roll20/roll20-api-scripts/tree/master/RatWorkshop_Paladin</a> And here is how they were added to the approved.yml file =&gt;&nbsp;<a href="https://github.com/Roll20/roll20-api-scripts/blob/master/approved.yaml#L943-L953" rel="nofollow">https://github.com/Roll20/roll20-api-scripts/blob/master/approved.yaml#L943-L953</a>
1609970195
The Aaron
Roll20 Production Team
API Scripter
The issue is the Approved.yaml lines: 5ebarbarian: - "D&amp;D 5E Barbarian Class Module" - "System Toolbox" 5edmtools: - "D&amp;D 5E Dungeon Master Tools" - "System Toolbox" 5epaladin: - "D&amp;D 5E Paladin Class Module" - "System Toolbox" Should be: 5ebarbarian: - "RatWorkshop_Barbarian" - "System Toolbox" 5edmtools: - "RatWorkshop_DungeonMasterTools" - "System Toolbox" 5epaladin: - "RatWorkshop_Paladin" - "System Toolbox"
Hey Arcticblast, The Aaron is quite right; this is a mistake on our end in registering your scripts with our system. We will deploy a fix for this tomorrow morning; apologies for the inconvenience!
1609971087
Articblast
Pro
API Scripter
Thanks for the quick response, just glad it wasn't me dropping the ball ... not that I haven't done that while being paid.