Advertisement
Guest User

Untitled

a guest
Jun 6th, 2025
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | Software | 0 0
  1. {
  2. "trash_id": "guide-only",
  3. "trash_scores": {
  4. "default": -10000
  5. },
  6. "trash_description": "Language: Prefer X but i'll take Y",
  7. "name": "Language: Not English or Spanish",
  8. "includeCustomFormatWhenRenaming": false,
  9. "specifications": [
  10. {
  11. "name": "Not English",
  12. "implementation": "LanguageSpecification",
  13. "negate": true,
  14. "required": true,
  15. "fields": {
  16. "value": -2
  17. }
  18. },
  19. {
  20. "name": "Not Spanish",
  21. "implementation": "LanguageSpecification",
  22. "negate": true,
  23. "required": true,
  24. "fields": {
  25. "value": 4
  26. }
  27. }
  28. ]
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement